Property Value
- Namespace
- Everest.Service.DataContracts.Orders.Customers
- Assembly
- Everest.Service.dll
Value
[DataMember(IsRequired = true)]
[SwaggerWcfProperty(Description = "The payment amount, represented in terms of amount of currency", Example = "EUR 42.99", Required = true, Pattern = "^[A-Z]{3} \\d+(\\.\\d{1,2})?$")]
public required Money Value { get; set; }
Property Value
- Money