| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationWithAdditionalData |
AuthorizationWithAdditionalData.Builder.build()
Builds a new
AuthorizationWithAdditionalData object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizationWithAdditionalData> |
PaymentCollection.getAuthorizations()
Getter for Authorizations.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentCollection.Builder |
PaymentCollection.Builder.authorizations(List<AuthorizationWithAdditionalData> authorizations)
Setter for authorizations.
|
void |
PaymentCollection.setAuthorizations(List<AuthorizationWithAdditionalData> authorizations)
Setter for Authorizations.
|
| Constructor and Description |
|---|
PaymentCollection(List<AuthorizationWithAdditionalData> authorizations,
List<OrdersCapture> captures,
List<Refund> refunds)
Initialization constructor.
|
Copyright © 2025. All rights reserved.