public static class PaypalPaymentToken.Builder extends Object
PaypalPaymentToken.| Constructor and Description |
|---|
Builder() |
public PaypalPaymentToken.Builder description(String description)
description - String value for description.public PaypalPaymentToken.Builder usagePattern(UsagePattern usagePattern)
usagePattern - UsagePattern value for usagePattern.public PaypalPaymentToken.Builder shipping(VaultedDigitalWalletShippingDetails shipping)
shipping - VaultedDigitalWalletShippingDetails value for shipping.public PaypalPaymentToken.Builder permitMultiplePaymentTokens(Boolean permitMultiplePaymentTokens)
permitMultiplePaymentTokens - Boolean value for permitMultiplePaymentTokens.public PaypalPaymentToken.Builder usageType(PaypalPaymentTokenUsageType usageType)
usageType - PaypalPaymentTokenUsageType value for usageType.public PaypalPaymentToken.Builder customerType(PaypalPaymentTokenCustomerType customerType)
customerType - PaypalPaymentTokenCustomerType value for customerType.public PaypalPaymentToken.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public PaypalPaymentToken.Builder payerId(String payerId)
payerId - String value for payerId.public PaypalPaymentToken.Builder name(Name name)
name - Name value for name.public PaypalPaymentToken.Builder phone(PhoneWithType phone)
phone - PhoneWithType value for phone.public PaypalPaymentToken.Builder address(Address address)
address - Address value for address.public PaypalPaymentToken.Builder accountId(String accountId)
accountId - String value for accountId.public PaypalPaymentToken.Builder phoneNumber(Phone phoneNumber)
phoneNumber - Phone value for phoneNumber.public PaypalPaymentToken build()
PaypalPaymentToken object using the set fields.PaypalPaymentTokenCopyright © 2025. All rights reserved.