Class: Fee

Fee

Describes app fees.

new Fee()

Creates a new Fee. Generally you should never create a PAYMILL object on your own.
Source:

Extends

  • PaymillObject

Members

<static> Type

Type of a Fee.
Properties:
Name Type Description
APPLICATION string
Source:

amount :number

Fee amount in the smallest currency unit e.g. "420" for 4.20 €
Type:
  • number
Source:

application :string

Unique identifier of the app which charges the fee
Type:
  • string
Source:

billed_at :Date

Unix-Timestamp for the billing date.
Type:
  • Date
Source:

currency :string

ISO 4217 formatted currency code.
Type:
  • string
Source:

payment :string

Unique identifier of the payment from which the fee will be charged
Type:
  • string
Source:

type :Fee.Type

Fee type
Type:
Source: