Details

Name Data Type Is Nullable
Id Integer False
Name String False
Description String False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
SystemPaymentMethodDepositProcessingId Integer False
HasProcessingFee Boolean False
DefaultGLAccountId Integer True
ProcessingFeeGLAccountId Integer True
DefaultGLAccountId::GlAccount.AccountNumber String False
DefaultGLAccountId::GlAccount.Description String False
DefaultGLAccountId_FormattedValue String False
ProcessingFeeGLAccountId::GlAccount.AccountNumber String False
ProcessingFeeGLAccountId::GlAccount.Description String False
ProcessingFeeGLAccountId_FormattedValue String False
SystemPaymentMethodDepositProcessingId::SystemPaymentMethodDepositProcessing.Name String False
SystemPaymentMethodDepositProcessingId_FormattedValue String False

Object:

{
    Id":####,
    Name":"abcABC123",
    Description":"abcABC123",
    CreatedOn":"MM-dd-yyyy hh:mm:ss",
    CreatedBy":####,
    ModifiedOn":"MM-dd-yyyy hh:mm:ss",
    ModifiedBy":####,
    InactiveOn":"MM-dd-yyyy hh:mm:ss",
    InactiveBy":####,
    IsInactive":True/False,
    SystemPaymentMethodDepositProcessingId":####,
    HasProcessingFee":True/False,
    DefaultGLAccountId":####,
    ProcessingFeeGLAccountId":####,
    DefaultGLAccountId::GlAccount.AccountNumber":"abcABC123",
    DefaultGLAccountId::GlAccount.Description":"abcABC123",
    DefaultGLAccountId_FormattedValue":"abcABC123",
    ProcessingFeeGLAccountId::GlAccount.AccountNumber":"abcABC123",
    ProcessingFeeGLAccountId::GlAccount.Description":"abcABC123",
    ProcessingFeeGLAccountId_FormattedValue":"abcABC123",
    SystemPaymentMethodDepositProcessingId::SystemPaymentMethodDepositProcessing.Name":"abcABC123",
    SystemPaymentMethodDepositProcessingId_FormattedValue":"abcABC123"
}