MerchantVO

The description of a merchant

Variables

id

int64

The id of the merchant.

name

string

The name of the merchant.

vat_number

string

The vat number of the merchant.

bank_account_number

string

The bank account number of the merchant.

bank_identifier_code

string

The bank identifier code of the merchant.

merchant_content

MerchantContentVO

The content of the merchant.

address

string

The address of the merchant.

website

string

The website of the merchant.

telephone

string

The telephone of the merchant.

country_iso_code

string

The country iso code of the merchant.

display_name

string

The display name of the merchant.

merchantPrograms

MerchantProgram

The programs of the merchant.

facebookURL

string

The facebookURL of the merchant.

inactive

bool

Indicates if the merchant is inactive or not.

hidden

bool

Indicates if the merchant is hidden or not.

merchant_modules

ModuleVO

The modules of the merchant.

identification_number

int64

The identification_number of the merchant

Close