IndirectRelationshipInfo Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. IndirectRelationshipInfo
- com.
Implements
public class IndirectRelationshipInfo
implements JsonSerializable<IndirectRelationshipInfo>
Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
Constructor Summary
| Constructor | Description |
|---|---|
| IndirectRelationshipInfo() |
Creates an instance of Indirect |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
billingAccountName()
Get the billing |
| String |
billingProfileName()
Get the billing |
| String |
displayName()
Get the display |
|
static
Indirect |
fromJson(JsonReader jsonReader)
Reads an instance of Indirect |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Indirect |
withBillingAccountName(String billingAccountName)
Set the billing |
|
Indirect |
withBillingProfileName(String billingProfileName)
Set the billing |
|
Indirect |
withDisplayName(String displayName)
Set the display |
Methods inherited from java.lang.Object
Constructor Details
IndirectRelationshipInfo
public IndirectRelationshipInfo()
Creates an instance of IndirectRelationshipInfo class.
Method Details
billingAccountName
public String billingAccountName()
Get the billingAccountName property: The billing account name of the partner or the customer for an indirect motion.
Returns:
billingProfileName
public String billingProfileName()
Get the billingProfileName property: The billing profile name of the partner or the customer for an indirect motion.
Returns:
displayName
public String displayName()
Get the displayName property: The display name of the partner or customer for an indirect motion.
Returns:
fromJson
public static IndirectRelationshipInfo fromJson(JsonReader jsonReader)
Reads an instance of IndirectRelationshipInfo from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBillingAccountName
public IndirectRelationshipInfo withBillingAccountName(String billingAccountName)
Set the billingAccountName property: The billing account name of the partner or the customer for an indirect motion.
Parameters:
Returns:
withBillingProfileName
public IndirectRelationshipInfo withBillingProfileName(String billingProfileName)
Set the billingProfileName property: The billing profile name of the partner or the customer for an indirect motion.
Parameters:
Returns:
withDisplayName
public IndirectRelationshipInfo withDisplayName(String displayName)
Set the displayName property: The display name of the partner or customer for an indirect motion.
Parameters:
Returns: