withCard method

Implementation

PaymentMethodBuilder withCard(PaymentMethodCard? card) {
  _card = card;
  return this;
}