withLast4 method

PaymentMethodCardBuilder withLast4(
  1. String last4
)

Implementation

PaymentMethodCardBuilder withLast4(String last4) {
  _last4 = last4;
  return this;
}