public static class ChargeAmazonPay.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ChargeAmazonPay |
build() |
ChargeAmazonPay.Builder |
withAuthorizeAttributes(AuthorizeAttributes authorizeAttributes) |
ChargeAmazonPay.Builder |
withBillingAgreementId(String billingAgreementId) |
ChargeAmazonPay.Builder |
withConsentToken(String consentToken) |
ChargeAmazonPay.Builder |
withPaymentAction(PaymentAction paymentAction) |
ChargeAmazonPay.Builder |
withPaymentAction(String paymentAction) |
ChargeAmazonPay.Builder |
withProviderAttributes(ProviderAttributes providerAttributes) |
ChargeAmazonPay.Builder |
withSellerId(String sellerId) |
ChargeAmazonPay.Builder |
withSellerOrderAttributes(SellerOrderAttributes sellerOrderAttributes) |
public ChargeAmazonPay.Builder withConsentToken(String consentToken)
public ChargeAmazonPay.Builder withSellerId(String sellerId)
public ChargeAmazonPay.Builder withBillingAgreementId(String billingAgreementId)
public ChargeAmazonPay.Builder withPaymentAction(String paymentAction)
public ChargeAmazonPay.Builder withPaymentAction(PaymentAction paymentAction)
public ChargeAmazonPay.Builder withAuthorizeAttributes(AuthorizeAttributes authorizeAttributes)
public ChargeAmazonPay.Builder withSellerOrderAttributes(SellerOrderAttributes sellerOrderAttributes)
public ChargeAmazonPay.Builder withProviderAttributes(ProviderAttributes providerAttributes)
public ChargeAmazonPay build()
Copyright © 2023. All rights reserved.