Salesforce UX API
product-inventory-specification-TMF637
This operation retrieves a product entity by input MSISDN/SubscriptionId.
Key points for Puerto Rico
Below are the key points for PR business unit..
URL
https://[localhost]:[port]/sfdc-ux/v1/{businessId}/PR/{businessId}/product
uri Param
name | type | description | required |
---|---|---|---|
businessId | string | 2 letter ISO 3166 country code (TT, BB, JM, PA, etc.) identifying the business unit. | Y |
Query Param
- API expects the below-mentioned query parameters (Y - Mandatory & N - Optional)
name | type | description | required |
---|---|---|---|
publicIdentifier | string | Public identifier value of a product, like MSISDN, subscription id. | Y |
publicIdentifierType | string | Public identifier type value. Allowed values are MSISDN and SubscriptionId. | Y |
Header
- API expects the below-mentioned header parameters (Y - Mandatory & N - Optional)
name | value | description | required |
---|---|---|---|
client_id | string | The client_id identifying the channel. | Y |
client_secret | string | Password associated with the client_id. | Y |
X-Correlation-ID | string | An identifier for the current call chain that can be used to tie together log entries on multiple layers (e.g. client, server, mainframe). This identifier must be designed to be unique across all applications. Note - Mule default behavior creates a sample x-correlation-id field if value is not passed from client, API will use this value in case value is not passed in API request | Y/N |
channelId | string | Channel to business: In this case, expected channelId will be: "SFDC-B2C" | Y |
lob | string | The Line of Business Identifier currently available are: FIXED PREPAID POSTPAID | Y |
cURL request
curl --location 'https://nonprod.esb.cloud.lla.com/dev/sfdc-ux/v2/PR/product?publicIdentifier=S-101&publicIdentifierType=SubscriptionId' \
--header 'client_id: XXXXXX' \
--header 'client_secret: XXXXXX' \
--header 'lob: POSTPAID' \
--header 'channelId: SFDC-B2C' \
--header 'X-Correlation-ID: '
Possible response success
This section defines all the possible data structures received by the client and that must be considered satisfactory at the time of responding to the method.
[ 200 ]
OK - listProduct request processed successfully, response body contains an entity corresponding to the requested resource.
[
{
"id": "00215627_0001256329",
"name": "Prepaid Subscription",
"description": "Subscription Info for SubscriptionId 00215627_0001256329",
"status": "Active",
"@type": "Subscription",
"productCharacteristic": [
{
"name": "LastActivityTime",
"value": "2025-05-15T12:33:59.000000-04:00"
},
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:33:59.000000-04:00"
},
{
"name": "UserCount",
"value": "1"
},
{
"name": "statusId",
"value": "1"
},
{
"name": "LLASubType",
"value": "1"
},
{ // New node
"name": "BalanceArray",
"valueType": "array",
"value": [
{
"Name": "Prepaid Balance",
"StartTime": "2025-05-15T12:33:59.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 1,
"ResourceId": 1,
"ProductOfferExternalId": "Prepaid Balance",
"CatalogItemExternalId": "Prepaid Subscription Setup"
},
{
"ParentResourceId": 15,
"ResourceId": 1,
"ProductOfferExternalId": "Sales Tax P1",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
},
{
"ParentResourceId": 15,
"ResourceId": 1,
"ProductOfferExternalId": "Sales Tax P2",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
},
{
"ParentResourceId": 15,
"ResourceId": 1,
"ProductOfferExternalId": "LifelineDiscount: GL",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
},
{
"ParentResourceId": 34,
"ResourceId": 1,
"ProductOfferExternalId": "Sales Tax P1",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
},
{
"ParentResourceId": 34,
"ResourceId": 1,
"ProductOfferExternalId": "Sales Tax P2",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
},
{
"ParentResourceId": 34,
"ResourceId": 1,
"ProductOfferExternalId": "LifelineDiscount: GL",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "Overdraft",
"PurchasedOfferInfo": [
{
"ParentResourceId": 1,
"ResourceId": 2,
"ProductOfferExternalId": "Prepaid Balance",
"CatalogItemExternalId": "Prepaid Subscription Setup"
}
]
},
{
"Name": "Setup_Flag_Balance",
"StartTime": "2025-05-15T12:34:32.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 10,
"ResourceId": 5,
"ProductOfferExternalId": "Setup Offer: Voice",
"CatalogItemExternalId": "LLA: Setup Services"
},
{
"ParentResourceId": 10,
"ResourceId": 5,
"ProductOfferExternalId": "LLA: Setup Data",
"CatalogItemExternalId": "LLA: Setup Services"
},
{
"ParentResourceId": 10,
"ResourceId": 5,
"ProductOfferExternalId": "LLA: Setup MMS",
"CatalogItemExternalId": "LLA: Setup Services"
}
]
},
{
"Name": "Flag - Unlimited Internet usage",
"StartTime": "2025-05-15T12:34:32.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 10,
"ResourceId": 6,
"ProductOfferExternalId": "LLA: Setup Text",
"CatalogItemExternalId": "LLA: Setup Services"
}
]
},
{
"Name": "Flag - Unlimited Hotspot usage",
"StartTime": "2025-05-15T12:34:32.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 10,
"ResourceId": 7,
"ProductOfferExternalId": "LLA: Setup Text",
"CatalogItemExternalId": "LLA: Setup Services"
}
]
},
{
"Name": "Prepaid Group Discount",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 9,
"ProductOfferExternalId": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
},
{
"ParentResourceId": 34,
"ResourceId": 9,
"ProductOfferExternalId": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "Discount1Validity",
"EndTime": "2045-05-16T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 17,
"ProductOfferExternalId": "Service Discount Setup",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "Discount2Validity",
"EndTime": "2045-05-16T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 18,
"ProductOfferExternalId": "Service Discount Setup",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "Included Minutes Roaming addOn - Prepaid",
"StartTime": "2025-05-15T12:42:05.000000-04:00",
"EndTime": "2025-05-22T12:42:05.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 27,
"ResourceId": 20,
"ProductOfferExternalId": "Prepaid Roaming add-on: Voice",
"CatalogItemExternalId": "Prepaid_AddOn_Roaming",
"CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
}
]
},
{
"Name": "Included Data Roaming AddOn",
"StartTime": "2025-05-15T12:42:05.000000-04:00",
"EndTime": "2025-05-22T12:42:05.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 27,
"ResourceId": 21,
"ProductOfferExternalId": "Prepaid Roaming add-on: Data",
"CatalogItemExternalId": "Prepaid_AddOn_Roaming",
"CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
}
]
},
{
"Name": "Included SMS Roaming addOn - Prepaid",
"StartTime": "2025-05-15T12:42:05.000000-04:00",
"EndTime": "2025-05-22T12:42:05.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 27,
"ResourceId": 22,
"ProductOfferExternalId": "Prepaid Roaming add-on: SMS",
"CatalogItemExternalId": "Prepaid_AddOn_Roaming",
"CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
}
]
},
{
"Name": "Included MMS Roaming addOn - Prepaid",
"StartTime": "2025-05-15T12:42:05.000000-04:00",
"EndTime": "2025-05-22T12:42:05.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 27,
"ResourceId": 23,
"ProductOfferExternalId": "Prepaid Roaming add-on: MMS",
"CatalogItemExternalId": "Prepaid_AddOn_Roaming",
"CommercialPlanCode": "PR_B2C_Mobile_International_Roaming"
}
]
},
{
"Name": "Included Minutes IDD - Prepaid",
"StartTime": "2025-05-15T13:09:37.000000-04:00",
"EndTime": "2025-06-14T13:09:37.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 32,
"ResourceId": 24,
"ProductOfferExternalId": "Prepaid Voice IDD Limited",
"CatalogItemExternalId": "Prepaid_AddOn_IntCalling_Limited",
"CommercialPlanCode": "PR_B2C_Mobile_International_Calling"
}
]
},
{
"Name": "Discount1Validity",
"EndTime": "2045-05-16T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 34,
"ProductOfferExternalId": "Service Discount Setup",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "Discount2Validity",
"EndTime": "2045-05-16T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 35,
"ProductOfferExternalId": "Service Discount Setup",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "Included MMS - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 8,
"ProductOfferExternalId": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "Included SMS - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 10,
"ProductOfferExternalId": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "Included Data - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 11,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "HotSpot Data - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 12,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "DataPrioritization Balance - Prepaid",
"StartTime": "2025-05-15T12:34:32.000000-04:00",
"EndTime": "2025-06-14T12:34:32.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 13,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "RG20000 Data Usage Meter - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 14,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "RG20000 Data Usage Meter - Zero-Rated - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 15,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "Included Minutes - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 15,
"ResourceId": 16,
"ProductOfferExternalId": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_MobilePlan_50GB"
}
]
},
{
"Name": "Included MMS - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 26,
"ProductOfferExternalId": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "Included SMS - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 27,
"ProductOfferExternalId": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "Included Data - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 28,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "HotSpot Data - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 29,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "DataPrioritization Balance - Prepaid",
"StartTime": "2025-05-15T13:25:17.000000-04:00",
"EndTime": "2025-06-14T13:25:17.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 30,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "RG20000 Data Usage Meter - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 31,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "RG20000 Data Usage Meter - Zero-Rated - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 32,
"ProductOfferExternalId": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
},
{
"Name": "Included Minutes - Prepaid",
"StartTime": "2025-05-15T00:00:00.000000-04:00",
"EndTime": "2025-06-14T00:00:00.000000-04:00",
"PurchasedOfferInfo": [
{
"ParentResourceId": 34,
"ResourceId": 33,
"ProductOfferExternalId": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
"CatalogItemExternalId": "Prepaid_Template_Shared",
"CommercialPlanCode": "PR_B2C_Prepaid_16GB_Mobile_Line"
}
]
}
]
}
],
"relatedParty": [
{
"id": "U-00215627_0001256329",
"role": "Owner",
"@type": "SubscriptionUserRef"
}
],
"product": [
{
"id": "1",
"name": "Prepaid Subscription Setup",
"status": "active",
"startDate": "2025-05-15T12:33:59.000000-04:00",
"orderDate": "2025-05-15T12:33:59.000000-04:00",
"@type": "Plan",
"productOffering": {
"id": "Prepaid Subscription Setup",
"@type": "CatalogProductOfferRef"
},
"productTerm": [
{
"name": "1",
"duration": {
"amount": 1,
"units": "Monthly"
},
"validFor": {
"startDateTime": "2025-05-15T12:33:59.000000-04:00",
"endDateTime": "2025-06-15T12:33:59.000000-04:00"
},
"@type": "CycleInfoRef"
}
],
"productPrice": [
{
"productOfferingPrice": {
"id": "9",
"@type": "ProductOfferingPriceRef"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:33:59.000000-04:00"
},
{
"name": "CycleModifyAllowed",
"value": "true"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "CatalogItemId",
"value": "39"
},
{
"name": "OfferType",
"value": "purchased_bundle"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
],
"productSpecification": {
"@type": "Setup"
}
},
{
"id": "2",
"name": "Prepaid Balance",
"status": "active",
"startDate": "2025-05-15T12:33:59.000000-04:00",
"orderDate": "2025-05-15T12:33:59.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "11",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "1"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:33:59.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "PrimaryBalanceResourceId",
"value": "1"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "3",
"name": "PPU Bundle: Prepaid",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productOffering": {
"id": "LLA: PPU Services: Prepaid",
"@type": "CatalogProductOfferRef"
},
"productPrice": [
{
"productOfferingPrice": {
"id": "153",
"@type": "ProductOfferingPriceRef"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "CatalogItemId",
"value": "117"
},
{
"name": "OfferType",
"value": "purchased_bundle"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
],
"productSpecification": {
"@type": "PPU"
}
},
{
"id": "4",
"name": "PPU Offer: Text",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "66",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "3"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "5",
"name": "PPU Offer: MMS",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "67",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "3"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "6",
"name": "PPU Offer: Data",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "68",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "3"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "7",
"name": "PPU Offer: Voice: Prepaid Roaming",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "149",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "3"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "8",
"name": "PPU Offer: Voice: Prepaid Long Distance",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "150",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "3"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "9",
"name": "PPU Offer: Voice: Prepaid Roaming: Terminated in PR/USVI",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "155",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "3"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "10",
"name": "Setup Services",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productOffering": {
"id": "LLA: Setup Services",
"@type": "CatalogProductOfferRef"
},
"productPrice": [
{
"productOfferingPrice": {
"id": "60",
"@type": "ProductOfferingPriceRef"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "CatalogItemId",
"value": "71"
},
{
"name": "OfferType",
"value": "purchased_bundle"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
],
"productSpecification": {
"@type": "Setup"
}
},
{
"id": "11",
"name": "Setup Offer: Voice",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "57",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "10"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "12",
"name": "LLA: Setup Text",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "58",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "10"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "13",
"name": "LLA: Setup Data",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "59",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "10"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "14",
"name": "LLA: Setup MMS",
"status": "active",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "62",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "10"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T12:34:32.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "15",
"name": "Prepaid Plan Attr - Shared Data",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "BasePlan",
"productOffering": {
"id": "Prepaid_Template_Shared",
"@type": "CatalogProductOfferRef"
},
"productTerm": [
{
"name": "1",
"duration": {
"amount": 30,
"units": "Daily"
},
"validFor": {
"startDateTime": "2025-05-15T00:00:00.000000-04:00",
"endDateTime": "2025-06-14T00:00:00.000000-04:00"
},
"@type": "CycleInfoRef"
}
],
"productPrice": [
{
"productOfferingPrice": {
"id": "95",
"@type": "ProductOfferingPriceRef"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "CycleModifyAllowed",
"value": "true"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "CatalogItemId",
"value": "94"
},
{
"name": "OfferType",
"value": "purchased_bundle"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
},
{ //New node
"name": "Attr",
"valueType": "object",
"value": {
"Discount2Amount": 60.0
}
},
{ //New node
"name": "CatalogItemParameterArray",
"valueType": "array",
"value": [
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 1,
"ParameterName": "DataChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.9116
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 10,
"ParameterName": "VoiceChargePercentageIntra",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.057687
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 11,
"ParameterName": "VoiceChargePercentageInter",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.028413
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 12,
"ParameterName": "SmsChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.0023
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 13,
"ParameterName": "LifelineDiscountEnrollment",
"Value": {
"$": "MtxParameterStringValue",
"Value": "False"
},
"ValueType": "string"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 17,
"ParameterName": "Discount2Name",
"Value": {
"$": "MtxParameterStringValue",
"Value": "Service Discount(Perpetual)"
},
"ValueType": "string"
}
]
}
],
"productSpecification": {
"id": "PR_B2C_Prepaid_MobilePlan_50GB",
"name": "Prepaid Mobile Plan 50GB",
"@type": "BasePlan"
}
},
{
"id": "16",
"name": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "92",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "17",
"name": "Sales Tax P1",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "79",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "18",
"name": "Sales Tax P2",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "80",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "19",
"name": "911 Fee Charge: Prepaid",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "144",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "20",
"name": "911 Fee Charge offset: Prepaid",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "145",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "21",
"name": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "41",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "22",
"name": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "42",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "23",
"name": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "73",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "24",
"name": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "143",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "25",
"name": "LifelineDiscount: GL",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "217",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "26",
"name": "Service Discount Setup",
"status": "inactive",
"startDate": "2025-05-15T12:34:32.000000-04:00",
"orderDate": "2025-05-15T12:34:32.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "250",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "15"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "27",
"status": "inactive",
"startDate": "2025-05-15T12:42:05.000000-04:00",
"orderDate": "2025-05-15T12:42:05.000000-04:00",
"@type": "Plan",
"productOffering": {
"id": "Prepaid_AddOn_Roaming",
"@type": "CatalogProductOfferRef"
},
"productPrice": [
{
"productOfferingPrice": {
"id": "111",
"@type": "ProductOfferingPriceRef"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-22T12:42:26.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "CatalogItemId",
"value": "105"
},
{
"name": "OfferType",
"value": "purchased_bundle"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
},
{
"name": "CatalogItemParameterArray",
"valueType": "array",
"value": [
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 1,
"ParameterName": "DataChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.751
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 10,
"ParameterName": "VoiceChargePercentageIntra",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.0
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 11,
"ParameterName": "VoiceChargePercentageInter",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.249
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 12,
"ParameterName": "SmsChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.0
},
"ValueType": "decimal"
}
]
}
],
"productSpecification": {
"id": "PR_B2C_Mobile_International_Roaming",
"name": "International Travel",
"@type": "AddOn-Roaming"
}
},
{
"id": "28",
"name": "Prepaid Roaming add-on: Voice",
"status": "inactive",
"startDate": "2025-05-15T12:42:05.000000-04:00",
"orderDate": "2025-05-15T12:42:05.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "112",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "27"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-22T12:42:26.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "29",
"name": "Prepaid Roaming add-on: Data",
"status": "inactive",
"startDate": "2025-05-15T12:42:05.000000-04:00",
"orderDate": "2025-05-15T12:42:05.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "113",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "27"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-22T12:42:26.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "30",
"name": "Prepaid Roaming add-on: SMS",
"status": "inactive",
"startDate": "2025-05-15T12:42:05.000000-04:00",
"orderDate": "2025-05-15T12:42:05.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "114",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "27"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-22T12:42:26.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "31",
"name": "Prepaid Roaming add-on: MMS",
"status": "inactive",
"startDate": "2025-05-15T12:42:05.000000-04:00",
"orderDate": "2025-05-15T12:42:05.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "115",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "27"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-22T12:42:26.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "inactive"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "32",
"name": "Prepaid Voice IDD: Limited",
"status": "active",
"startDate": "2025-05-15T13:09:37.000000-04:00",
"orderDate": "2025-05-15T13:09:37.000000-04:00",
"@type": "Plan",
"productOffering": {
"id": "Prepaid_AddOn_IntCalling_Limited",
"@type": "CatalogProductOfferRef"
},
"productPrice": [
{
"productOfferingPrice": {
"id": "117",
"@type": "ProductOfferingPriceRef"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:09:37.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "CatalogItemId",
"value": "98"
},
{
"name": "OfferType",
"value": "purchased_bundle"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
},
{
"name": "CatalogItemParameterArray",
"valueType": "array",
"value": [
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 1,
"ParameterName": "DataChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.0
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 10,
"ParameterName": "VoiceChargePercentageIntra",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.0
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 11,
"ParameterName": "VoiceChargePercentageInter",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 1.0
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 12,
"ParameterName": "SmsChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.0
},
"ValueType": "decimal"
}
]
}
],
"productSpecification": {
"id": "PR_B2C_Mobile_International_Calling",
"name": "International Calling",
"@type": "AddOn-International"
}
},
{
"id": "33",
"name": "Prepaid Voice IDD Limited",
"status": "active",
"startDate": "2025-05-15T13:09:37.000000-04:00",
"orderDate": "2025-05-15T13:09:37.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "99",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "32"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:09:37.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "34",
"name": "Prepaid Plan Attr - Shared Data",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "BasePlan",
"productOffering": {
"id": "Prepaid_Template_Shared",
"@type": "CatalogProductOfferRef"
},
"productTerm": [
{
"name": "1",
"duration": {
"amount": 30,
"units": "Daily"
},
"validFor": {
"startDateTime": "2025-05-15T00:00:00.000000-04:00",
"endDateTime": "2025-06-14T00:00:00.000000-04:00"
},
"@type": "CycleInfoRef"
}
],
"productPrice": [
{
"productOfferingPrice": {
"id": "95",
"@type": "ProductOfferingPriceRef"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "CycleModifyAllowed",
"value": "true"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "CatalogItemId",
"value": "94"
},
{
"name": "OfferType",
"value": "purchased_bundle"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
},
{
"name": "CatalogItemParameterArray",
"valueType": "array",
"value": [
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 1,
"ParameterName": "DataChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.45
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 10,
"ParameterName": "VoiceChargePercentageIntra",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.35
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 11,
"ParameterName": "VoiceChargePercentageInter",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.2
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 12,
"ParameterName": "SmsChargePercentage",
"Value": {
"$": "MtxParameterDecimalValue",
"Value": 0.0
},
"ValueType": "decimal"
},
{
"$": "MtxPurchasedOfferParameterInfo",
"ParameterDefnId": 13,
"ParameterName": "LifelineDiscountEnrollment",
"Value": {
"$": "MtxParameterStringValue",
"Value": "False"
},
"ValueType": "string"
}
]
}
],
"productSpecification": {
"id": "PR_B2C_Prepaid_16GB_Mobile_Line",
"name": "Prepaid 25GB Mobile Line",
"@type": "BasePlan"
}
},
{
"id": "35",
"name": "LLA: MMS Offer Template: Prepaid Recurring 30 Days",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "92",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "36",
"name": "Sales Tax P1",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "79",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "37",
"name": "Sales Tax P2",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "80",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "38",
"name": "911 Fee Charge: Prepaid",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "144",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "39",
"name": "911 Fee Charge offset: Prepaid",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "145",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "40",
"name": "LLA: Voice Offer Template Intra: Prepaid Recurring 30 Days",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "41",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "41",
"name": "LLA: SMS Offer Template: Prepaid Recurring 30 Days",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "42",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "42",
"name": "LLA: Shared Data Offer Template: Prepaid Recurring 30 Days",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "73",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "43",
"name": "LLA: Voice Offer Template Inter: Prepaid Recurring 30 Days",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "143",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "44",
"name": "LifelineDiscount: GL",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "217",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
},
{
"id": "45",
"name": "Service Discount Setup",
"status": "active",
"startDate": "2025-05-15T13:25:17.000000-04:00",
"orderDate": "2025-05-15T13:25:17.000000-04:00",
"@type": "Plan",
"productPrice": [
{
"productOfferingPrice": {
"id": "250",
"@type": "ProductOfferingPriceRef"
}
}
],
"productRelationship": [
{
"relationshipType": "parent",
"product": {
"id": "34"
}
}
],
"productCharacteristic": [
{
"name": "CurrentStatusTransitionTime",
"value": "2025-05-15T13:25:17.000000-04:00"
},
{
"name": "OfferStatusDescription",
"value": "active"
},
{
"name": "OfferType",
"value": "bundle_purchased_offer"
},
{
"name": "AvailableAmount",
"value": 65.74
},
{
"name": "BalanceResourceId",
"value": 1
}
]
}
],
"realizingService": [
{
"id": "on",
"name": "LLAStreamSaver"
}
]
}
]
Definitions
name | type | description | required |
---|---|---|---|
id | string | External ID of the subscription. | N |
name | string | Descriptive name of subscription. | N |
description | string | Is the description of the response. Hard coded as static in Mule API. | N |
status | string | Status of the subscription. | N |
@type | string | The actual type of an response. | N |
productCharacteristic | array | Describes a given characteristic of an object or entity through a name/value pair. Note - Please refer below productCharacteristic table for more details | N |
productCharacteristic.name | string | Name of the characteristic | N |
productCharacteristic.value | any | The value of the characteristic | N |
productCharacteristic.valueType | string | Data type of the value of the characteristic | N |
relatedParty | array | A list of related parties | |
relatedParty.id | string | Subscription User unique Id at Matrixx | N |
relatedParty.role | string | the role of subscription user | N |
relatedParty.@type | string | Reference of subscription user | N |
product | array | A list of product ref or values | N |
product.id | string | Unique identifier for this offer (within subscriber/group). | N |
product.name | string | External ID of product offer in pricing DB. | N |
product.status | string | The offer status. | N |
product.startDate | datetime | When the offer was activated. Not set if status is pre-active. If active at purchase time, ActivationTime and PurchaseTime have the same value. | N |
product.orderDate | datetime | When the offer was purchased. | N |
product.@type | string | type of product/offer | N |
product.productOffering | object | A EntityRef is a detailed description of a bill structure. | N |
product.productOffering.id | string | External ID of catalog item in pricing DB, if associated with a catalog item. I.e., not for purchased offers which are part of a bundle. | N |
product.productOffering.@type | string | 'When sub-classing, this defines the sub-class entity name' | N |
product.productTerm | array | CycleI nformation Refarence | N |
product.productTerm.name | string | Unique identifier for the purchased item cycle period. | N |
product.productTerm.duration | object | Duration of the productTerm. | N |
product.productTerm.duration.amount | number | Number of periods in a purchased item cycle. | N |
product.productTerm.duration.units | string | The period type. 1=Hourly, 2=Daily, 3=Weekly, 4=Monthly, 5=Yearly, 6=Minutes" | N |
product.productTerm.validFor | object | A time period. | N |
product.productTerm.validFor.startDateTime | datetime | Start of current cycle period (latest period for which recurring processing has been attempted). | N |
product.productTerm.validFor.endDateTime | datetime | End of current cycle period (latest period for which recurring processing has been attempted). | N |
product.productTerm.@type | string | Type of product Term | N |
product.productPrice | array | A list of product prices | N |
product.productPrice.productOfferingPrice | object | A product offering price reference | N |
product.productPrice.productOfferingPrice.id | string | ID of product offer in pricing DB. | N |
product.productPrice.productOfferingPrice.@type | string | Refarence of ProductOfferingPrice | N |
product.productCharacteristic | array | Describes a given characteristic of an object or entity through a name/value pair. Note - Please refer below "product.productCharacteristic" table for more details | N |
product.productCharacteristic.name | string | Name of the characteristic | N |
product.productCharacteristic.value | any | The value of the characteristic | N |
product.productCharacteristic.valueType | string | Data type of the value of the characteristic | N |
product.productRelationship | array | A list of product relationships | N |
product.productRelationship.relationshipType | string | Type of the product relationship, | N |
product.productRelationship.product | object | A product ref or value | N |
product.productRelationship.product.id | string | If this purchased offer was purchased as part of a bundle, this field holds the resource ID of the bundle. Otherwise the value is zero (null). | N |
product.productSpecification | object | A ProductSpecification is a detailed description of a tangible or intangible object made available externally in the form of a ProductOffering to customers or other parties playing a party role. | N |
product.productSpecification.id | string | Unique identifier of a related entity. | N |
product.productSpecification.name | string | Name of the related entity. | N |
product.productSpecification.@type | string | When sub-classing, this defines the sub-class entity name | N |
realizingService.id | string | status of LLAStreamSaver | N |
realizingService.name | string | name of LLAStreamSaver | N |
Characteristics Values:
Characteristics Name | Type | Description | Required |
---|---|---|---|
LastActivityTime | This value is used for determining lifecycle inactivity trigger(s). It represents the maximum of the LastActivityUpdateTime of the subscriber and the LastActivityUpdateTime for all of the associated devices unless excluding device activity for current status definition. This field is only updated by eligible activity while in a lifecycle state which features inactivity condition(s), when transitioning status, or when the LastActivityUpdateTime is explicitly modified. | N | |
CurrentStatusTransitionTime | The time at which the subscription transitioned to the current status. | N | |
UserCount | Number of users for this subscription. | N | |
BalanceArray | array | Balance info defined in MATRIXX | N |
statusId | string | Status id | N |
LLASubType | string | Sub type in LLA | N |
CycleModifyAllowed | string | Cycle Modify Allowed, true or false | N |
product.Characteristics Values:
Name | Type | Description | Required |
---|---|---|---|
CurrentStatusTransitionTime | The time at which the subscription transitioned to the current status. | N | |
ModifyAllowed | If true, the cycle is configured to allow for modification. | N | |
OfferStatusDescription | Status description of the purchased offer. | N | |
CatalogItemId | Catalog item ID in pricing DB, if associated with a catalog item. I.e., not for purchased offers which are part of a bundle. | N | |
OfferType | Type of purchased offer. 1 = purchased_offer, 2 = purchased_bundle, 3 = bundle_purchased_offer Note - Mule API is doing logic, based on description making integer as string and passing to SF. | N | |
PrimaryBalanceResourceId | Resource ID of primary balance. | N | |
Attr | object | Discount Amount Attributes | N |
CatalogItemParameterArray | array | CatalogItem Parameters | N |
AvailableAmount | string | Remaining available balance | N |