public class InlineResponse200OrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
InlineResponse200OrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200OrderInformationAmountDetails |
billingAmount(String billingAmount) |
InlineResponse200OrderInformationAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getBillingAmount()
Billing amount for the billing period.
|
String |
getCurrency()
Currency used for the order.
|
String |
getSetupFee()
Subscription setup fee
|
int |
hashCode() |
void |
setBillingAmount(String billingAmount) |
void |
setCurrency(String currency) |
void |
setSetupFee(String setupFee) |
InlineResponse200OrderInformationAmountDetails |
setupFee(String setupFee) |
String |
toString() |
public InlineResponse200OrderInformationAmountDetails()
public InlineResponse200OrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public InlineResponse200OrderInformationAmountDetails billingAmount(String billingAmount)
public String getBillingAmount()
public void setBillingAmount(String billingAmount)
public InlineResponse200OrderInformationAmountDetails setupFee(String setupFee)
public String getSetupFee()
public void setSetupFee(String setupFee)
Copyright © 2023. All rights reserved.