Class CardPaymentDataForResponse
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class CardPaymentDataForResponse
Properties
Brand
The card brand
Declaration
public string Brand { get; set; }
Property Value
Type | Description |
---|---|
string |
EcommerceData
Declaration
public ECommerceDataForResponse EcommerceData { get; set; }
Property Value
Type | Description |
---|---|
ECommerceDataForResponse |
PointOfSaleData
Declaration
public PointOfSaleDataForResponse PointOfSaleData { get; set; }
Property Value
Type | Description |
---|---|
PointOfSaleDataForResponse |