Class RefundCustomer
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RefundCustomer
Properties
Address
Object containing address details
Declaration
public AddressPersonal Address { get; set; }
Property Value
Type | Description |
---|---|
AddressPersonal |
CompanyInformation
Object containing company information
Declaration
public CompanyInformation CompanyInformation { get; set; }
Property Value
Type | Description |
---|---|
CompanyInformation |
ContactDetails
Object containing contact details like email address and phone number
Declaration
public ContactDetailsBase ContactDetails { get; set; }
Property Value
Type | Description |
---|---|
ContactDetailsBase |
FiscalNumber
The fiscal registration number of the customer or the tax registration number of the company in case of a business customer. Please find below specifics per country:
- Argentina - Consumer (DNI) with a length of 7 or 8 digits
- Argentina - Company (CUIT) with a length of 11 digits
- Brazil - Consumer (CPF) with a length of 11 digits
- Brazil - Company (CNPJ) with a length of 14 digits
- Chile - Consumer (RUT) with a length of 9 digits
- Colombia - Consumer (NIT) with a length of 8, 9 or 10 digits
- Denmark - Consumer (CPR-nummer or personnummer) with a length of 10 digits
- Dominican Republic - Consumer (RNC) with a length of 11 digits
- Finland - Consumer (Finnish: henkilötunnus (abbreviated as HETU)) with a length of 11 characters
- India - Consumer (PAN) with a length of 10 characters
- Mexico - Consumer (RFC) with a length of 13 digits
- Mexico - Company (RFC) with a length of 12 digits
- Norway - Consumer (fødselsnummer) with a length of 11 digits
- Peru - Consumer (RUC) with a length of 11 digits
- Sweden - Consumer (personnummer) with a length of 10 or 12 digits
- Uruguay - Consumer (CI) with a length of 8 digits
- Uruguay - Consumer (NIE) with a length of 9 digits
- Uruguay - Company (RUT) with a length of 12 digits
Declaration
public string FiscalNumber { get; set; }
Property Value
Type | Description |
---|---|
string |