Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

File metadata and controls

19 lines (15 loc) · 1.1 KB

WalletInc.Model.WTMerchantCredit

Properties

Name Type Description Notes
Id string The object ID of the merchant credit
MerchantID string The id of the merchant registered in WalletInc's database
CreatedAt DateTime The timestamp of when this resource was created
UpdatedAt DateTime The timestamp of when this resource was updated
IsActive bool Denotes if this resource is active
MobileNumber string
CreditAmount int The amount that needs to be credited to the member
MemberID string MerchantCredit ID as represented by the merchant [optional]
CreditAmountDecimal string The amount that needs to be credited to the member (fixed to 2 decimals)
CreditAmountString string The amount that needs to be credited to the member (in string)

[Back to Model list] [Back to API list] [Back to README]