Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 2.27 KB

DunningLine.md

File metadata and controls

18 lines (15 loc) · 2.27 KB

Bfwd::DunningLine

Properties

Name Type Description Notes
created DateTime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by String { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated DateTime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id String { "description" : "ID of the dunning-line.", "verbs":["GET"] } [optional]
organization_id String { "description" : "ID of the organization associated with the dunning-line.", "verbs":["POST","PUT","GET"] }
type String { "description" : "ID of the organization associated with the dunning-line.", "verbs":["POST","PUT","GET"] }
attempt_ix Integer { "description" : "The payment attempt this dunning line applies to, specified as a positive integer. Dunning lines are ZERO indexed.", "verbs":["POST","PUT","GET"] }
minutes_delay Integer { "description" : "The time before the next payment attempt in minutes.", "verbs":["POST","PUT","GET"] }
gateway String { "description" : "The payment gateway to use for this payment attempt.", "verbs":["POST","PUT","GET"] }
deleted BOOLEAN { "description" : "Has the dunning-line been deleted?", "verbs":["POST","PUT","GET"] } [default to false]
organization Organization { "description" : "organization associated with the dunning-line.", "verbs":["POST","PUT","GET"] }