AlternativePaymentMethod
Schema file for AlternativePaymentMethod.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| OwnerId | String | False |
ID of the user who owns the record. | |
| OwnerIdType | String | False |
Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | False |
Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| AlternativePaymentMethodNumber | String | True |
AlternativePaymentMethod identification number. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| PaymentGatewayId | String | False |
ID of the PaymentGateway associated with this record. | |
| NickName | String | False |
Field containing NickName information. | |
| GatewayToken | String | False |
Token representing the payment method in the payment gateway. | |
| GatewayTokenDetails | String | False |
Additional details about the gateway token. | |
| String | False |
Email address for the contact or person account. | ||
| AccountId | String | False |
Account.Id |
ID of the Account associated with this record. |
| Status | String | False |
Status of the record. | |
| CompanyName | String | False |
Field containing CompanyName information. | |
| PaymentMethodStreet | String | False |
Street address for PaymentMethod purposes. | |
| PaymentMethodCity | String | False |
City for PaymentMethod address. | |
| PaymentMethodState | String | False |
State or province for PaymentMethod address. | |
| PaymentMethodPostalCode | String | False |
Postal code for PaymentMethod address. | |
| PaymentMethodCountry | String | False |
Country for PaymentMethod address. | |
| PaymentMethodLatitude | Double | False |
Latitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodLongitude | Double | False |
Longitude coordinate for PaymentMethod address geolocation. | |
| PaymentMethodGeocodeAccuracy | String | False |
Accuracy level of the geocode for the PaymentMethod address. | |
| Comments | String | False |
Field containing Comments information. | |
| ProcessingMode | String | False |
Mode used for processing the payment. | |
| MacAddress | String | False |
Field containing MacAddress information. | |
| Phone | String | False |
Phone number for the contact or account. | |
| IpAddress | String | False |
Field containing IpAddress information. | |
| AuditEmail | String | False |
Field containing AuditEmail information. | |
| IsAutoPayEnabled | Bool | False |
Indicates whether the record has the AutoPayEnabled characteristic. | |
| PaymentMethodType | String | False |
Type classification for PaymentMethod. | |
| PaymentMethodSubType | String | False |
Type classification for PaymentMethodSub. | |
| PaymentMethodDetails | String | False |
Field containing PaymentMethodDetails information. | |
| Type | String | False |
Type of account or classification. | |
| BillingFirstName | String | False |
Field containing BillingFirstName information. | |
| BillingLastName | String | False |
Field containing BillingLastName information. | |
| BillingName | String | False |
Field containing BillingName information. | |
| BankAccountHolderType | String | True |
Type classification for BankAccountHolder. | |
| BankAccountType | String | True |
Type classification for BankAccount. | |
| StandardEntryClassCode | String | True |
Field containing StandardEntryClassCode information. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |