Skip to main content

Program

Details about the program an account is on.

type Program {
bundleID: ID
code: String
customerSupportURL: String
financeSupportURL: String
id: ID
name: String
partnerID: ID
requireTOS: Boolean
}

Fields

Program.bundleID ● ID scalar

Guid that identifies the bundle of permissions currently associated with the program.

Program.code ● String scalar

A code identifying the account's program

Program.customerSupportURL ● String scalar

A URL used for contacting or scheduling customer support.

Program.financeSupportURL ● String scalar

A URL used for contacting or scheduling finance support.

Program.id ● ID scalar

Program.name ● String scalar

A partner provided name for the account's program

Program.partnerID ● ID scalar

identifier for the partner to which program belongs

Program.requireTOS ● Boolean scalar

Whether the program requires acceptance of the terms of service.

Member Of

Account object