Skip to main content

Interface: ShippingLine

Properties​

code​

code: string

The code associated with the shipping_line of a Charge.


price​

price: string

The price of the shipping_line.


retrieved_at​

retrieved_at: string | null

The date and time when the shipping_line was retrieved.


source​

source: string

The source of the shipping_line.


status?​

optional 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.