 | OrderCombinationGroupResultEntityRefundableAdvanceDeposit Property |
Gets or sets the refundable advance deposit.
Namespace:
AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> RefundableAdvanceDeposit { get; set; }
Public Property RefundableAdvanceDeposit As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
The refundable advance deposit.
See Also