| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentInstruction |
PaymentInstruction.Builder.build()
Builds a new
PaymentInstruction object using the set fields. |
PaymentInstruction |
PurchaseUnit.getPaymentInstruction()
Getter for PaymentInstruction.
|
PaymentInstruction |
PurchaseUnitRequest.getPaymentInstruction()
Getter for PaymentInstruction.
|
| Modifier and Type | Method and Description |
|---|---|
PurchaseUnit.Builder |
PurchaseUnit.Builder.paymentInstruction(PaymentInstruction paymentInstruction)
Setter for paymentInstruction.
|
PurchaseUnitRequest.Builder |
PurchaseUnitRequest.Builder.paymentInstruction(PaymentInstruction paymentInstruction)
Setter for paymentInstruction.
|
void |
PurchaseUnit.setPaymentInstruction(PaymentInstruction paymentInstruction)
Setter for PaymentInstruction.
|
void |
PurchaseUnitRequest.setPaymentInstruction(PaymentInstruction paymentInstruction)
Setter for PaymentInstruction.
|
| 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.
|
PurchaseUnitRequest(AmountWithBreakdown amount,
String referenceId,
PayeeBase payee,
PaymentInstruction paymentInstruction,
String description,
String customId,
String invoiceId,
String softDescriptor,
List<Item> items,
ShippingDetails shipping,
SupplementaryData supplementaryData)
Initialization constructor.
|
Copyright © 2025. All rights reserved.