export FeesBulk

interface FeesBulk {
    amount?: Amount;
    created_at?: string;
    fee_direction?: FeeDirection;
    fees?: Fees;
    from?: BasicContactDeets;
    funding_source?: FundingSource;
    id?: null | string;
    ignore_contracts?: boolean;
    memo?: null | string;
    short_id?: null | string;
    to: BasicContactDeets;
}

Properties

amount?: Amount
created_at?: string
fee_direction?: FeeDirection
fees?: Fees
funding_source?: FundingSource
id?: null | string
ignore_contracts?: boolean
memo?: null | string
short_id?: null | string