Class PaymentRequestCreateDto
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PaymentRequestCreateDto : ExtensibleObject
Constructors
PaymentRequestCreateDto()
Declaration
public PaymentRequestCreateDto()
Properties
Currency
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
string |
Products
Declaration
public List<PaymentRequestProductCreateDto> Products { get; set; }
Property Value
Type | Description |
---|---|
List<PaymentRequestProductCreateDto> |