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

Latest commit

 

History

History
20 lines (16 loc) · 2.39 KB

File metadata and controls

20 lines (16 loc) · 2.39 KB

DunningLine

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "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 str { "description" : "ID of the dunning-line.", "verbs":["GET"] } [optional]
organization_id str { "description" : "ID of the organization associated with the dunning-line.", "verbs":["POST","PUT","GET"] }
type str { "description" : "ID of the organization associated with the dunning-line.", "verbs":["POST","PUT","GET"] }
attempt_ix int { "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 int { "description" : "The time before the next payment attempt in minutes.", "verbs":["POST","PUT","GET"] }
gateway str { "description" : "The payment gateway to use for this payment attempt.", "verbs":["POST","PUT","GET"] }
deleted bool { "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"] }

[Back to Model list] [Back to API list] [Back to README]