Interface PricingTemplate

Export

PricingTemplate

Hierarchy

  • PricingTemplate

Properties

account_id: string

The ID of the Account associated with this pricing template.

Memberof

PricingTemplate

account_monthly_fee: number

The account monthly fee configured for this pricing template, in currency minor units.

Memberof

PricingTemplate

account_monthly_minimum_fee: number

The account monthly minimum fee configured for this pricing template, in currency minor units.

Memberof

PricingTemplate

ach_debit?: DebitFeeTemplate

If this is an ach_debit pricing template, this hash contains the direct debit specific pricing details.

Memberof

PricingTemplate

If this is a card pricing template, this hash contains the card specific pricing details.

Memberof

PricingTemplate

If this is a card_present pricing template, this hash contains the card specific pricing details.

Memberof

PricingTemplate

created_at: string

Time at which the object was created.

Memberof

PricingTemplate

The currency this pricing template applies to.

Memberof

PricingTemplate

eft_debit?: DebitFeeTemplate

If this is an eft_debit pricing template, this hash contains the direct debit specific pricing details.

Memberof

PricingTemplate

id: string

Unique identifier for the object.

Memberof

PricingTemplate

name: string

The name of this pricing template.

Memberof

PricingTemplate

The payment method type this pricing template applies to.

Memberof

PricingTemplate

The status of this pricing template

Memberof

PricingTemplate

updated_at: string

Time at which the object was last updated.

Memberof

PricingTemplate

Generated using TypeDoc