public static class OrderAuthorizeResponsePaymentSource.Builder extends Object
OrderAuthorizeResponsePaymentSource.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OrderAuthorizeResponsePaymentSource.Builder |
applePay(ApplePayPaymentObject applePay)
Setter for applePay.
|
OrderAuthorizeResponsePaymentSource |
build()
Builds a new
OrderAuthorizeResponsePaymentSource object using the set fields. |
OrderAuthorizeResponsePaymentSource.Builder |
card(CardResponse card)
Setter for card.
|
OrderAuthorizeResponsePaymentSource.Builder |
googlePay(GooglePayWalletResponse googlePay)
Setter for googlePay.
|
OrderAuthorizeResponsePaymentSource.Builder |
paypal(PaypalWalletResponse paypal)
Setter for paypal.
|
OrderAuthorizeResponsePaymentSource.Builder |
venmo(VenmoWalletResponse venmo)
Setter for venmo.
|
public OrderAuthorizeResponsePaymentSource.Builder card(CardResponse card)
card - CardResponse value for card.public OrderAuthorizeResponsePaymentSource.Builder paypal(PaypalWalletResponse paypal)
paypal - PaypalWalletResponse value for paypal.public OrderAuthorizeResponsePaymentSource.Builder applePay(ApplePayPaymentObject applePay)
applePay - ApplePayPaymentObject value for applePay.public OrderAuthorizeResponsePaymentSource.Builder googlePay(GooglePayWalletResponse googlePay)
googlePay - GooglePayWalletResponse value for googlePay.public OrderAuthorizeResponsePaymentSource.Builder venmo(VenmoWalletResponse venmo)
venmo - VenmoWalletResponse value for venmo.public OrderAuthorizeResponsePaymentSource build()
OrderAuthorizeResponsePaymentSource object using the set fields.OrderAuthorizeResponsePaymentSourceCopyright © 2025. All rights reserved.