withExpMonth method

PaymentMethodCardBuilder withExpMonth(
  1. int expMonth
)

Implementation

PaymentMethodCardBuilder withExpMonth(int expMonth) {
  _expMonth = expMonth;
  return this;
}