public class APIMonetizationAttributesDTO extends Object
| Constructor and Description |
|---|
APIMonetizationAttributesDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIMonetizationAttributesDTO |
billingCycle(String billingCycle) |
APIMonetizationAttributesDTO |
currencyType(String currencyType) |
boolean |
equals(Object o) |
APIMonetizationAttributesDTO |
fixedPrice(String fixedPrice) |
String |
getBillingCycle()
Get billingCycle
|
String |
getCurrencyType()
Get currencyType
|
String |
getFixedPrice()
Get fixedPrice
|
String |
getPricePerRequest()
Get pricePerRequest
|
int |
hashCode() |
APIMonetizationAttributesDTO |
pricePerRequest(String pricePerRequest) |
void |
setBillingCycle(String billingCycle) |
void |
setCurrencyType(String currencyType) |
void |
setFixedPrice(String fixedPrice) |
void |
setPricePerRequest(String pricePerRequest) |
String |
toString() |
public APIMonetizationAttributesDTO fixedPrice(String fixedPrice)
public String getFixedPrice()
public void setFixedPrice(String fixedPrice)
public APIMonetizationAttributesDTO pricePerRequest(String pricePerRequest)
public String getPricePerRequest()
public void setPricePerRequest(String pricePerRequest)
public APIMonetizationAttributesDTO currencyType(String currencyType)
public String getCurrencyType()
public void setCurrencyType(String currencyType)
public APIMonetizationAttributesDTO billingCycle(String billingCycle)
public String getBillingCycle()
public void setBillingCycle(String billingCycle)
Copyright © 2020 WSO2 Inc. All rights reserved.