SfdcPartnerOrderBillingTrxn

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.

Supported Calls

describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Fields

Field Details
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)