Class PaymentProduct840SpecificOutput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentProduct840SpecificOutput
Properties
BillingAddress
Object containing the billing address details of the customer
Declaration
public Address BillingAddress { get; set; }
Property Value
Type | Description |
---|---|
Address |
CustomerAccount
Object containing the details of the PayPal account
Declaration
public PaymentProduct840CustomerAccount CustomerAccount { get; set; }
Property Value
Type | Description |
---|---|
PaymentProduct840CustomerAccount |
CustomerAddress
Object containing the address details of the customer
Declaration
public Address CustomerAddress { get; set; }
Property Value
Type | Description |
---|---|
Address |
ProtectionEligibility
Protection Eligibility data of the PayPal customer
Declaration
public ProtectionEligibility ProtectionEligibility { get; set; }
Property Value
Type | Description |
---|---|
ProtectionEligibility |