Package software.xdev.brevo.model
Class RemoveCredits
java.lang.Object
software.xdev.brevo.model.RemoveCredits
RemoveCredits
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()**Required if sms credits are empty.** Email credits to be removed from the child accountgetSms()**Required if email credits are empty.** SMS credits to be removed from the child accountinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SMS
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
-
Constructor Details
-
RemoveCredits
public RemoveCredits()
-
-
Method Details
-
sms
-
getSms
**Required if email credits are empty.** SMS credits to be removed from the child account- Returns:
- sms
-
setSms
-
email
-
getEmail
**Required if sms credits are empty.** Email credits to be removed from the child account- Returns:
-
setEmail
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-