Class PaymentRequestCreateDto
Inheritance
PaymentRequestCreateDto
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PaymentRequestCreateDto : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
PaymentRequestCreateDto()
Declaration
public PaymentRequestCreateDto()
Properties
Currency
Declaration
public string Currency { get; set; }
Property Value
Products
Declaration
public List<PaymentRequestProductCreateDto> Products { get; set; }
Property Value
Implements
Extension Methods