Interface PayableRecord

A record describing a payment owed to a user in accordance with a LicenseRecord

Hierarchy

  • PayableRecord

Properties

amount: string

The total amount. Can be a simple numeric value, or an atypical value such as downloadable content.

description?: string

A human-readable description of the asset.

expiry?: Date

The date when the payable expires.

id: string

This record's unique identifier.

license: LicenseRecord

The corresponding LicenseRecord

reference?: string

A customer-specific reference identifier

type: string

Describes the type of payment (e.g. loyalty-point, cash, coupon, etc.)