Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.72 KB

File metadata and controls

42 lines (38 loc) · 1.72 KB

WalletInc.Model.DynamicVoucher

Properties

Name Type Description Notes
StartDate DateTime
ExpirationDate DateTime
Id StaticVoucherId
Title string
Notes string
MerchantsReferenceID string [optional]
ValidOnlyAtPOSRegisterIDs List<string> [optional]
PaymentDesignID string
EmployeeID string
MerchantID string
CreatedAt DateTime
UpdatedAt DateTime
IsActive bool
StartingValue int
MaxBudget int
TemporalDecreaseAmount int
TemporalDecreaseFrequency int
NumericalDecreaseAmount int [optional]
NumericalDecreaseFrequency int [optional]
TemporalDecreaseAmountDecimal string
TemporalDecreaseAmountString string
NumericalDecreaseAmountDecimal string
NumericalDecreaseAmountString string
StartingValueDecimal string
StartingValueString string
MaxBudgetDecimal string
MaxBudgetString string
CurrentValue double
CurrentValueDecimal string
CurrentValueString string
Status string
TemporalDecreaseFrequencyType string
Summary WTDynamicVoucherSummary

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