Skip to main content

ShippingLine

Properties

code

code: string

The code associated with the shipping_line of a Charge.


price

price: string

The price of the shipping_line.


source

source: string

The source of the shipping_line.


status?

status?: "active" | "queued" | "pending"

The status the shipping_line.


tax_lines

tax_lines: TaxLine[]

An array of tax lines associated with the shipping_line.


taxable

taxable: boolean

A boolean indicating if the shipping_line is taxable.


title

title: string

The title of the shipping_line.


Generated using typedoc-plugin-markdown and TypeDoc