PaymentCredentials
Method Summary
Modifier and Type | Method and Description |
---|---|
Item | getInstance() |
void | PaymentCredentials() |
void | fromSObject(SObject itemObj) |
Method Detail
This class supports the following methods:
global static PaymentCredentials getInstance()
Get base instance with no initial S0bject.
global PaymentCredentials()
global virtual override void fromSObject(SObject itemObj)
Parameters
Name | Type | Description |
---|---|---|
itemObj | SObject | undefined |
Properties
Name | Type | Description |
---|---|---|
key | String | |
secret | String | |
signedSecret | String | |
isDebugMode | Boolean |