PaymentMethodLogo Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. PaymentMethodLogo
- com.
Implements
public final class PaymentMethodLogo
implements JsonSerializable<PaymentMethodLogo>
Logo of payment method.
Constructor Summary
| Constructor | Description |
|---|---|
| PaymentMethodLogo() |
Creates an instance of Payment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Payment |
fromJson(JsonReader jsonReader)
Reads an instance of Payment |
| String |
mimeType()
Get the mime |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
url()
Get the url property: Public URL of image of the logo. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
PaymentMethodLogo
public PaymentMethodLogo()
Creates an instance of PaymentMethodLogo class.
Method Details
fromJson
public static PaymentMethodLogo fromJson(JsonReader jsonReader)
Reads an instance of PaymentMethodLogo from the JsonReader.
Parameters:
Returns:
Throws:
mimeType
public String mimeType()
Get the mimeType property: MIME type of the logo.
Returns:
toJson
url
public String url()
Get the url property: Public URL of image of the logo.
Returns:
validate
public void validate()
Validates the instance.