Class PaymentMethod

Payment Method Entity Interface

Hierarchy

Implements

Constructors

Properties

_timestamp: number
api_id: string = ""

API ID

api_key: string = ""

API Key

codename: string = ""

Code Name

created_at: Date = ...
currency_code: string = ""

Currency Code

currency_symbol: string = "$"

Payment Method Code

deleted_at: any = null
enable_drawer: boolean = false

Enable Drawer

enable_receipt: boolean = false

Enable Receipt

id_in_server: number
image_url: string = ""

Image URL

is_cash: boolean = false

Is Cash

is_disabled: boolean = true

Is Disabled

is_integrated: boolean = false

Is Integrated

is_sales_exclusive: boolean = false

Is Sales Exclusive

name: string = ""

Payment Name

name_abbrev: string = ""

Name Abbreviation

name_translations: any

Translations of the name

payment_currency_id: number = 0

Payment Currency ID

payment_method_code: string = ""

Payment Method Code

sequence: number = 0
type: number = 0

Type

uid: string = ...
updated_at: Date = ...

Generated using TypeDoc