Class Seller
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class Seller
Properties
Address
Object containing the seller address details
Declaration
public Address Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Address |
ChannelCode
This property is specific to Visa Argentina. Channelcode according to Prisma. Please contact the acquirer to get the full list you need to use.
Declaration
public string ChannelCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Description of the seller
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalReferenceId
Seller ID assigned by the Merchant Aggregator
Declaration
public string ExternalReferenceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Geocode
The sellers geocode
Declaration
public string Geocode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
The sellers identifier
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InvoiceNumber
Invoice number of the payment
Declaration
public string InvoiceNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsForeignRetailer
Indicates if the retailer is considered foreign or domestic when compared to the location of the marketplace. Possible values:
- true - The retailer is considered foreign because they are located in a different country than the marketplace. For marketplaces located in the European Economic Area (EEA) and UK (and Gibraltar), this includes transactions where the marketplace is within the EEA and UK (and Gibraltar), but the retailer is located outside of the EEA and UK (and Gibraltar)
- false - The retailer is considered domestic because they are located in the same country as the marketplace. For marketplaces located in the European Economic Area (EEA) and UK (and Gibraltar), this includes transactions where the retailer is also located within the EEA and UK (and Gibraltar).
Declaration
public bool? IsForeignRetailer { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Mcc
Merchant category code
Declaration
public string Mcc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the seller
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneNumber
Main Phone Number
Declaration
public string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Seller type. Possible values:
- passport
- dni
- arg-identity-card
- civic-notebook
- enrollment-book
- cuil
- cuit
- general-register
- election-title
- cpf
- cnpj
- ssn
- citizen-ship
- col-identity-card
- alien-registration
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |