Show / Hide Table of Contents

Class PaymentRequestCompletedEto

Inheritance
object
PaymentRequestCompletedEto
Implements
IHasExtraProperties
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Domain.Shared.dll
Syntax
public class PaymentRequestCompletedEto : EtoBase, IHasExtraProperties

Constructors

PaymentRequestCompletedEto(Guid, string, string, List<PaymentRequestProductCompletedEto>, ExtraPropertyDictionary)

Declaration
public PaymentRequestCompletedEto(Guid id, string gateway, string currency, List<PaymentRequestProductCompletedEto> products, ExtraPropertyDictionary extraProperties = null)
Parameters
Type Name Description
Guid id
string gateway
string currency
List<PaymentRequestProductCompletedEto> products
ExtraPropertyDictionary extraProperties

Properties

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
string

ExtraProperties

Declaration
public ExtraPropertyDictionary ExtraProperties { get; }
Property Value
Type Description
ExtraPropertyDictionary

Gateway

Declaration
public string Gateway { get; set; }
Property Value
Type Description
string

Id

Declaration
public Guid Id { get; }
Property Value
Type Description
Guid

Products

Declaration
public List<PaymentRequestProductCompletedEto> Products { get; set; }
Property Value
Type Description
List<PaymentRequestProductCompletedEto>

Implements

Volo.Abp.Data.IHasExtraProperties
In this article
Back to top Powered by Volosoft