| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaypalReferenceIdType |
PaypalReferenceIdType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaypalReferenceIdType |
PaypalReferenceIdType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaypalReferenceIdType |
TransactionInformation.getPaypalReferenceIdType()
Getter for PaypalReferenceIdType.
|
static PaypalReferenceIdType |
PaypalReferenceIdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaypalReferenceIdType[] |
PaypalReferenceIdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionInformation.Builder |
TransactionInformation.Builder.paypalReferenceIdType(PaypalReferenceIdType paypalReferenceIdType)
Setter for paypalReferenceIdType.
|
void |
TransactionInformation.setPaypalReferenceIdType(PaypalReferenceIdType paypalReferenceIdType)
Setter for PaypalReferenceIdType.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaypalReferenceIdType.toValue(List<PaypalReferenceIdType> toConvert)
Convert list of PaypalReferenceIdType values to list of string values.
|
| Constructor and Description |
|---|
TransactionInformation(String paypalAccountId,
String transactionId,
String paypalReferenceId,
PaypalReferenceIdType paypalReferenceIdType,
String transactionEventCode,
String transactionInitiationDate,
String transactionUpdatedDate,
Money transactionAmount,
Money feeAmount,
Money discountAmount,
Money insuranceAmount,
Money salesTaxAmount,
Money shippingAmount,
Money shippingDiscountAmount,
Money shippingTaxAmount,
Money otherAmount,
Money tipAmount,
String transactionStatus,
String transactionSubject,
String transactionNote,
String paymentTrackingId,
String bankReferenceId,
Money endingBalance,
Money availableBalance,
String invoiceId,
String customField,
String protectionEligibility,
String creditTerm,
Money creditTransactionalFee,
Money creditPromotionalFee,
String annualPercentageRate,
String paymentMethodType,
String instrumentType,
String instrumentSubType)
Initialization constructor.
|
Copyright © 2026. All rights reserved.