build method

PaymentMethod build()

Implementation

PaymentMethod build() {
  return PaymentMethod(id: _id, type: _type, card: _card);
}