afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/SfdcPartnerOrderBillingTrxn.json

49 lines
2.0 KiB
JSON

{
"sections": [
"title",
"description",
"fields"
],
"title": "SfdcPartnerOrderBillingTrxn - Data API",
"description": "Represents the junction between SfdcPartnerOrder and SfdcPartnerBillingTrxn in a Partner Business Org (PBO). This allows for a many-to-many relationship between the two objects and is used as the customer facing link between Orders and Stripe invoice data. This object is available in API version 66.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to",
"relationship_type"
],
"fields": {
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the current user last viewed this record or list view. If this value is null, the user might have only accessed this record or list view (LastReferencedDate), but not viewed it."
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The auto-generated transaction name that uses the format: SPOBT-{00000000}."
},
"PartnerBillingTransactionId": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The Stripe invoice ID. This field is a relationship field.",
"relationship_name": "PartnerBillingTransaction",
"refers_to": "SfdcPartnerBillingTrxn"
},
"SfdcPartnerOrderId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "The ID of the associated partner order. This field is a relationship field.",
"relationship_name": "SfdcPartnerOrder",
"relationship_type": "Master-detail",
"refers_to": "SfdcPartnerOrder (the master object)"
}
}
}