public class APIMonetizationInfoDTO extends Object
| Constructor and Description |
|---|
APIMonetizationInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIMonetizationInfoDTO |
enabled(Boolean enabled)
Flag to indicate the monetization status
|
boolean |
equals(Object o) |
Map<String,String> |
getProperties() |
int |
hashCode() |
Boolean |
isEnabled() |
APIMonetizationInfoDTO |
properties(Map<String,String> properties)
Map of custom properties related to monetization
|
void |
setEnabled(Boolean enabled) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
public APIMonetizationInfoDTO enabled(Boolean enabled)
@NotNull public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public APIMonetizationInfoDTO properties(Map<String,String> properties)
Copyright © 2024 WSO2. All rights reserved.