| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentCollection |
PaymentCollection.Builder.build()
Builds a new
PaymentCollection object using the set fields. |
PaymentCollection |
PurchaseUnit.getPayments()
Getter for Payments.
|
| Modifier and Type | Method and Description |
|---|---|
PurchaseUnit.Builder |
PurchaseUnit.Builder.payments(PaymentCollection payments)
Setter for payments.
|
void |
PurchaseUnit.setPayments(PaymentCollection payments)
Setter for Payments.
|
| Constructor and Description |
|---|
PurchaseUnit(String referenceId,
AmountWithBreakdown amount,
PayeeBase payee,
PaymentInstruction paymentInstruction,
String description,
String customId,
String invoiceId,
String id,
String softDescriptor,
List<Item> items,
ShippingWithTrackingDetails shipping,
SupplementaryData supplementaryData,
PaymentCollection payments,
List<JsonValue> mostRecentErrors)
Initialization constructor.
|
Copyright © 2025. All rights reserved.