| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static MonetizationInfoDTO.BillingTypeEnum |
MonetizationInfoDTO.BillingTypeEnum.fromValue(String text) |
MonetizationInfoDTO.BillingTypeEnum |
MonetizationInfoDTO.getBillingType()
Get billingType
|
MonetizationInfoDTO.BillingTypeEnum |
MonetizationInfoDTO.BillingTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MonetizationInfoDTO.BillingTypeEnum |
MonetizationInfoDTO.BillingTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonetizationInfoDTO.BillingTypeEnum[] |
MonetizationInfoDTO.BillingTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MonetizationInfoDTO |
MonetizationInfoDTO.billingType(MonetizationInfoDTO.BillingTypeEnum billingType) |
void |
MonetizationInfoDTO.setBillingType(MonetizationInfoDTO.BillingTypeEnum billingType) |
void |
MonetizationInfoDTO.BillingTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MonetizationInfoDTO.BillingTypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.