| Package | Description |
|---|---|
| com.paypal.sdk.models | |
| com.paypal.sdk.utilities |
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
BillingCycle.getFrequency()
Getter for Frequency.
|
JsonValue |
Plan.getProduct()
Getter for Product.
|
JsonValue |
CardVerificationDetails.getThreeDSecure()
Getter for ThreeDSecure.
|
JsonValue |
Patch.getValue()
Getter for Value.
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonValue> |
VaultResponseCustomer.getLinks()
Getter for Links.
|
List<JsonValue> |
PurchaseUnit.getMostRecentErrors()
Getter for MostRecentErrors.
|
| Modifier and Type | Method and Description |
|---|---|
BillingCycle.Builder |
BillingCycle.Builder.frequency(JsonValue frequency)
Setter for frequency.
|
Plan.Builder |
Plan.Builder.product(JsonValue product)
Setter for product.
|
void |
BillingCycle.setFrequency(JsonValue frequency)
Setter for Frequency.
|
void |
Plan.setProduct(JsonValue product)
Setter for Product.
|
void |
CardVerificationDetails.setThreeDSecure(JsonValue threeDSecure)
Setter for ThreeDSecure.
|
void |
Patch.setValue(JsonValue value)
Setter for Value.
|
CardVerificationDetails.Builder |
CardVerificationDetails.Builder.threeDSecure(JsonValue threeDSecure)
Setter for threeDSecure.
|
Patch.Builder |
Patch.Builder.value(JsonValue value)
Setter for value.
|
| Modifier and Type | Method and Description |
|---|---|
VaultResponseCustomer.Builder |
VaultResponseCustomer.Builder.links(List<JsonValue> links)
Setter for links.
|
PurchaseUnit.Builder |
PurchaseUnit.Builder.mostRecentErrors(List<JsonValue> mostRecentErrors)
Setter for mostRecentErrors.
|
void |
VaultResponseCustomer.setLinks(List<JsonValue> links)
Setter for Links.
|
void |
PurchaseUnit.setMostRecentErrors(List<JsonValue> mostRecentErrors)
Setter for MostRecentErrors.
|
| Constructor and Description |
|---|
BillingCycle(TenureType tenureType,
PricingScheme pricingScheme,
JsonValue frequency,
Integer totalCycles,
Integer sequence,
String startDate)
Initialization constructor.
|
CardVerificationDetails(String networkTransactionId,
String date,
CardBrand network,
String time,
Money amount,
CardVerificationProcessorResponse processorResponse,
JsonValue threeDSecure)
Initialization constructor.
|
Patch(PatchOp op,
String path,
JsonValue value,
String from)
Initialization constructor.
|
Plan(List<BillingCycle> billingCycles,
OneTimeCharge oneTimeCharges,
JsonValue product,
String name)
Initialization constructor.
|
| 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.
|
VaultResponseCustomer(String id,
String merchantCustomerId,
List<JsonValue> links)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> JsonValue |
JsonValue.fromArray(List<T> values)
Initializes JsonValue instance with provided list of values.
|
static JsonValue |
JsonValue.fromBoolean(Boolean value)
Initializes JsonValue instance with provided value.
|
static JsonValue |
JsonValue.fromDouble(Double value)
Initializes JsonValue instance with provided value.
|
static JsonValue |
JsonValue.fromInteger(Integer value)
Initializes JsonValue instance with provided value.
|
static JsonValue |
JsonValue.fromLong(Long value)
Initializes JsonValue instance with provided value.
|
static JsonValue |
JsonValue.fromObject(Object value)
Initializes JsonValue instance with provided value.
|
static JsonValue |
JsonValue.fromString(String value)
Initializes JsonValue instance with provided value.
|
Copyright © 2025. All rights reserved.