public class GetSubscriptionResponseReactivationInformation extends Object
| Constructor | Description |
|---|---|
GetSubscriptionResponseReactivationInformation() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getMissedPaymentsCount() |
Number of payments that should have occurred while the subscription was in a suspended status.
|
String |
getMissedPaymentsTotalAmount() |
Total amount that will be charged upon reactivation if `processMissedPayments` is set to `true`.
|
int |
hashCode() |
|
GetSubscriptionResponseReactivationInformation |
missedPaymentsCount(String missedPaymentsCount) |
|
GetSubscriptionResponseReactivationInformation |
missedPaymentsTotalAmount(String missedPaymentsTotalAmount) |
|
void |
setMissedPaymentsCount(String missedPaymentsCount) |
|
void |
setMissedPaymentsTotalAmount(String missedPaymentsTotalAmount) |
|
String |
toString() |
public GetSubscriptionResponseReactivationInformation()
public GetSubscriptionResponseReactivationInformation missedPaymentsCount(String missedPaymentsCount)
public String getMissedPaymentsCount()
public void setMissedPaymentsCount(String missedPaymentsCount)
public GetSubscriptionResponseReactivationInformation missedPaymentsTotalAmount(String missedPaymentsTotalAmount)
public String getMissedPaymentsTotalAmount()
public void setMissedPaymentsTotalAmount(String missedPaymentsTotalAmount)
Copyright © 2026. All rights reserved.