SalesforceSubscription
A Salesforce subscription associated with an organization.
type SalesforceSubscription {
applicationId: Int
endDate: String
productCode: String
productFamily: String
productName: String
productType: String
quantity: Int
startDate: String
}
Fields
SalesforceSubscription.applicationId ● Int scalar common
The related application ID, when applicable.
SalesforceSubscription.endDate ● String scalar common
The subscription end date.
SalesforceSubscription.productCode ● String scalar common
The Salesforce product code.
SalesforceSubscription.productFamily ● String scalar common
The Salesforce product family.
SalesforceSubscription.productName ● String scalar common
The Salesforce product name.
SalesforceSubscription.productType ● String scalar common
The Salesforce product type.
SalesforceSubscription.quantity ● Int scalar common
The subscribed quantity.
SalesforceSubscription.startDate ● String scalar common
The subscription start date.
Member Of
Organization object