Class SetPaymentRequestCurrencyDto
Inherited Members
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class SetPaymentRequestCurrencyDto
Constructors
SetPaymentRequestCurrencyDto()
Declaration
public SetPaymentRequestCurrencyDto()
Properties
Currency
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |