public class GetSubscriptionResponseReactivationInformation extends Object
| Constructor and Description |
|---|
GetSubscriptionResponseReactivationInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSkippedPaymentsCount()
Number of payments that should have occurred while the subscription was in a suspended status.
|
String |
getSkippedPaymentsTotalAmount()
Total amount that will be charged upon reactivation if `processSkippedPayments` is set to `true`.
|
int |
hashCode() |
void |
setSkippedPaymentsCount(String skippedPaymentsCount) |
void |
setSkippedPaymentsTotalAmount(String skippedPaymentsTotalAmount) |
GetSubscriptionResponseReactivationInformation |
skippedPaymentsCount(String skippedPaymentsCount) |
GetSubscriptionResponseReactivationInformation |
skippedPaymentsTotalAmount(String skippedPaymentsTotalAmount) |
String |
toString() |
public GetSubscriptionResponseReactivationInformation()
public GetSubscriptionResponseReactivationInformation skippedPaymentsCount(String skippedPaymentsCount)
public String getSkippedPaymentsCount()
public void setSkippedPaymentsCount(String skippedPaymentsCount)
public GetSubscriptionResponseReactivationInformation skippedPaymentsTotalAmount(String skippedPaymentsTotalAmount)
public String getSkippedPaymentsTotalAmount()
public void setSkippedPaymentsTotalAmount(String skippedPaymentsTotalAmount)
Copyright © 2025. All rights reserved.