Class AddressVerificationData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class AddressVerificationData
Properties
CardholderAddress
Cardholder street address
Declaration
public string CardholderAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CardholderPostalCode
Cardholder postal code, should be provided without spaces
Declaration
public string CardholderPostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |