ProgramAccount
An account which provides access to discounted or negotiated prices.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
accountIdentifier |
Identifier of the program account. |
string |
false |
|
|
false |
programCriteria |
A set of Discount program specific filter criteria for shopping requests. |
ProgramCriteria |
true |
|
|
false |
{
"accountIdentifier" : "string",
"programCriteria" : {
"carrier" : { },
"companyIndexText" : "string",
"memberStatusText" : "string",
"name" : "string",
"org" : { },
"prePaidCertificate" : [ { } ],
"progamContract" : { },
"programAccount" : [ { } ],
"shoppingCriteria" : { },
"typeCode" : "string"
}
}