| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
LastPaymentDetails |
LastPaymentDetails.Builder.build()
Builds a new
LastPaymentDetails object using the set fields. |
LastPaymentDetails |
SubscriptionBillingInformation.getLastPayment()
Getter for LastPayment.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBillingInformation.Builder |
SubscriptionBillingInformation.Builder.lastPayment(LastPaymentDetails lastPayment)
Setter for lastPayment.
|
void |
SubscriptionBillingInformation.setLastPayment(LastPaymentDetails lastPayment)
Setter for LastPayment.
|
| Constructor and Description |
|---|
SubscriptionBillingInformation(Money outstandingBalance,
int failedPaymentsCount,
List<CycleExecution> cycleExecutions,
LastPaymentDetails lastPayment,
String nextBillingTime,
String finalPaymentTime,
FailedPaymentDetails lastFailedPayment)
Initialization constructor.
|
Copyright © 2026. All rights reserved.