Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

blng__PaymentGatewayConfig__c

Represents the configuration for integrating Salesforce Billing with a payment gateway.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
CurrencyIsoCode
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The three-letter ISO 4217 currency code associated with the invoice when multiple currencies are enabled.
Name
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Sort, Update
Description
Required. The name of the payment gateway configuration.
SetupOwnerId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID of the owner of the payment gateway configuration.
This field is a polymorphic relationship field.
Relationship Name
SetupOwner
Refers To
Organization, Profile, User
blng__ClassName__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The Apex class name that handles the integration with a specific payment gateway.