| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
SetupTokenResponsePaymentSource |
SetupTokenResponsePaymentSource.Builder.build()
Builds a new
SetupTokenResponsePaymentSource object using the set fields. |
SetupTokenResponsePaymentSource |
SetupTokenResponse.getPaymentSource()
Getter for PaymentSource.
|
| Modifier and Type | Method and Description |
|---|---|
SetupTokenResponse.Builder |
SetupTokenResponse.Builder.paymentSource(SetupTokenResponsePaymentSource paymentSource)
Setter for paymentSource.
|
void |
SetupTokenResponse.setPaymentSource(SetupTokenResponsePaymentSource paymentSource)
Setter for PaymentSource.
|
| Constructor and Description |
|---|
SetupTokenResponse(String id,
Customer customer,
PaymentTokenStatus status,
SetupTokenResponsePaymentSource paymentSource,
List<LinkDescription> links)
Initialization constructor.
|
Copyright © 2025. All rights reserved.