Show / Hide Table of Contents

Class PaymentRequestCreateDto

Inheritance
object
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>
In this article
Back to top Powered by Volosoft