Payment

The class to describe the Payment business object.

NameDescriptionTypeAdditional information
Id

Gets or sets the identifier.

integer

Required

ShopId

Gets or sets the shop identifier.

integer

None.

ShopOwnerId

Gets or sets the ShopOwnerId identifier.

integer

Required

Amount

The payment amount.

decimal number

Required

PaymentDate

Gets or sets the PaymentDate.

date

None.

CurrencyId

Gets or sets the currency identifier.

integer

Required

CurrencyCode

Gets or sets the currency code.

string

None.

Note

Gets or sets the note.

string

Max length: 1000

AccountNumber

Gets or sets the AccountNumber.

string

Max length: 50

AccountName

Gets or sets the AccountName.

string

Max length: 100

TransactionId

Gets or sets the TransactionId.

string

Max length: 100

CreationDate

Gets or sets the CreationDate.

date

Required

ImportSource

Gets or sets the ImportSource.

string

Max length: 50

PaymentTypeId

Gets or sets the payment type identifier.

integer

None.

PaymentAllocations

Collection of PaymentAllcation

None.