Reseller Class

  • java.lang.Object
    • com.azure.resourcemanager.billing.models.Reseller

public final class Reseller

Details of the reseller.

Constructor Summary

Constructor Description
Reseller()

Creates an instance of Reseller class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The name of the reseller.

String resellerId()

Get the resellerId property: The MPN ID of the reseller.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

Reseller

public Reseller()

Creates an instance of Reseller class.

Method Details

description

public String description()

Get the description property: The name of the reseller.

Returns:

the description value.

resellerId

public String resellerId()

Get the resellerId property: The MPN ID of the reseller.

Returns:

the resellerId value.

validate

public void validate()

Validates the instance.

Applies to