PaymentPush_CreateDeets used for creating PaymentPushes export PaymentPushCreateDeets

interface PaymentPushCreateDeets {
    accounting_from?: null | string;
    accounting_to?: null | string;
    amount: Amount;
    fee_direction: FeeDirection;
    from?: BasicContactDeets;
    funding_source?: FundingSource;
    ignore_contracts?: boolean;
    invoice_id?: null | string;
    memo?: null | string;
    object?: null | string;
    payment_direction?: PaymentDirection;
    payment_source?: PaymentSource;
    to: BasicContactDeets;
}

Properties

accounting_from?: null | string
accounting_to?: null | string
amount: Amount
fee_direction: FeeDirection
funding_source?: FundingSource
ignore_contracts?: boolean

Setting to true will ignore contracts for this tenant tied to the payee or payer. If unspecified or false, contracts, such as recoupables, will be applied by default

invoice_id?: null | string

Invoice External ID for Payment Cycle Invoice Funding Source

memo?: null | string

A memo to include with the payment

object?: null | string
payment_direction?: PaymentDirection
payment_source?: PaymentSource