Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

Invoice

Hierarchy

  • Invoice

Index

Properties

address: string

Invoice cryptocurrency address

memberof

Invoice

created_at: string

Invoice creation date and time

memberof

Invoice

custom_id: null | string

Invoice reference ID in your system

memberof

Invoice

customer_id: null | string

The internal ID of your customer that the invoice relates to

memberof

Invoice

description: null | string

Invoice description

memberof

Invoice

exchange?: Exchange
memberof

Invoice

expires_at: string

Invoice expiration date and time

memberof

Invoice

fee: number

Processing fee

memberof

Invoice

fee_currency: string

Processing fee currency

memberof

Invoice

hosted_page_url: string

Invoice hosted page that renders invoice details

memberof

Invoice

id: string

Invoice ID

memberof

Invoice

metadata: null | {}

Key-value data

memberof

Invoice

name: null | string

Invoice name

memberof

Invoice

network: string

Cryptocurrency network

memberof

Invoice

paid_amount: number

which amount already paid

memberof

Invoice

pay_amount: number

Cryptocurrency amount to pay

memberof

Invoice

pay_currency: string

Cryptocurrency type

memberof

Invoice

price_amount: number

Invoice amount

memberof

Invoice

price_currency: string

Invoice amount currency

memberof

Invoice

memberof

Invoice

status_context: null | InvoiceStatusContext
memberof

Invoice

subscription_id: null | string
memberof

Invoice

success_redirect_url: null | string

URL that a customer will be redirected to upon transaction confirmation

memberof

Invoice

transactions: InvoiceTransaction[]
memberof

Invoice

unsuccess_redirect_url: null | string
memberof

Invoice

uri: string

Invoice URI. May be used for generating a QR code

memberof

Invoice

Generated using TypeDoc