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

Latest commit

 

History

History
38 lines (34 loc) · 2.92 KB

Receipt.md

File metadata and controls

38 lines (34 loc) · 2.92 KB

Receipt

Properties

Name Type Description Notes
refund_id str
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]
id str [optional]
crm_id str { "description" : "CRM ID of the subscription.", "verbs":["POST","PUT","GET"] }
invoice_id str [optional]
gateway_reference_id str [optional]
account_id str [optional]
payment_id str [optional]
payment_method_id str [optional]
organization_id str [optional]
cardholder_name str [optional]
card_last_four str [optional]
card_description str [optional]
card_country str [optional]
card_province str [optional]
card_type str [optional]
ip_address str {"description":"IP address associated with this payment method.","verbs":["POST","PUT","GET"]} [optional]
ip_address_country str {"description":"Country of the IP address associated with this payment method.","verbs":["POST","PUT","GET"]} [optional]
type str { "description" : "Type of transaction.", "verbs":["POST","PUT","GET"] }
currency str { "description" : "Currency of the invoice specified by a three character ISO 4217 currency code.", "verbs":["POST","PUT","GET"] }
value float [optional]
payment_gateway str [optional]
invoice_type str { "description" : "The type of the invoice. A subscription invoice is raised every time a subscription recurs. An amendment is created for intra-contract changes. An Adhoc invoice is created for payment that is taken out-of-band of a subscription. Finally the invoice generated for a trial period is marked as Trial.", "verbs":["POST","PUT","GET"] }
execution_attempt int [optional]
decision str [optional]
reason_code int [optional]
raw_reason_code str [optional]
raw_data list[str] [optional]

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