public static class PaymentTokenResponsePaymentSource.Builder extends Object
PaymentTokenResponsePaymentSource.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PaymentTokenResponsePaymentSource.Builder |
applePay(ApplePayPaymentToken applePay)
Setter for applePay.
|
PaymentTokenResponsePaymentSource |
build()
Builds a new
PaymentTokenResponsePaymentSource object using the set fields. |
PaymentTokenResponsePaymentSource.Builder |
card(CardPaymentTokenEntity card)
Setter for card.
|
PaymentTokenResponsePaymentSource.Builder |
paypal(PaypalPaymentToken paypal)
Setter for paypal.
|
PaymentTokenResponsePaymentSource.Builder |
venmo(VenmoPaymentToken venmo)
Setter for venmo.
|
public PaymentTokenResponsePaymentSource.Builder card(CardPaymentTokenEntity card)
card - CardPaymentTokenEntity value for card.public PaymentTokenResponsePaymentSource.Builder paypal(PaypalPaymentToken paypal)
paypal - PaypalPaymentToken value for paypal.public PaymentTokenResponsePaymentSource.Builder venmo(VenmoPaymentToken venmo)
venmo - VenmoPaymentToken value for venmo.public PaymentTokenResponsePaymentSource.Builder applePay(ApplePayPaymentToken applePay)
applePay - ApplePayPaymentToken value for applePay.public PaymentTokenResponsePaymentSource build()
PaymentTokenResponsePaymentSource object using the set fields.PaymentTokenResponsePaymentSourceCopyright © 2025. All rights reserved.