SellerInfo

This is the area where the information of the person who provided the services listed on the receipt will be entered.

circle-info

SellerInfo is derived from the EBillSellerInfoDto object.

public class EBillSellerInfoDto : AddressInfoDto
{
    public string User { get; set; }
    public string TableNo { get; set; }
}
public class AddressInfoDto
{
     public string Address { get; set; }
     public string District { get; set; }
     public string City { get; set; }
     public string Country { get; set; }
     public string PostalCode { get; set; }
     public string Phone { get; set; }
     public string Fax { get; set; }
     public string Mail { get; set; }
     public string WebSite { get; set; }
}

User

string Seçimli

This is the field where the service provider's full name will be entered.

TableNo

string Seçimli

This is the area where the table number will be entered.

Address

string Seçimli

This is the field where the service provider's address information will be entered.

District

string Seçimli

This is the field where the district information of the service provider will be entered.

City

string Seçimli

This is the field where the city information of the service provider will be entered.

Country

string Seçimli

This is the field where the service provider's country information will be entered.

PostalCode

string Seçimli

This is the field where the service provider's postal code will be entered.

Phone

string Seçimli

This is the field where the service provider's phone number will be entered.

Fax

string Seçimli

The fax number of the service provider is entered.

Mail

string Seçimli

The email address of the service provider is entered.

WebSite

string Seçimli

The website information of the service provider is entered.

Last updated