Show / Hide Table of Contents

Class SetPaymentRequestCurrencyDto

Inheritance
object
SetPaymentRequestCurrencyDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by Volosoft