Get Billing Account Result
data class GetBillingAccountResult(val displayName: String, val masterBillingAccount: String, val name: String, val open: Boolean)
Constructors
Link copied to clipboard
fun GetBillingAccountResult(displayName: String, masterBillingAccount: String, name: String, open: Boolean)
Types
Properties
Link copied to clipboard
If this account is a subaccount, then this will be the resource name of the parent billing account that it is being resold through. Otherwise this will be empty.