Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 905 Bytes

File metadata and controls

23 lines (21 loc) · 905 Bytes

InlineResponse2009Data

Properties

Name Type Description Notes
id UUID [optional]
amount Integer [optional]
currency String Three-letter ISO currency code. Must be upper-case [optional]
externalReference String [optional]
status StatusEnum [optional]
createdAt String [optional]
customer Customer [optional]
receipts List<InlineResponse2009Receipts> [optional]

Enum: StatusEnum

Name Value
PENDING "pending"
COMPLETED "completed"
DISPUTED "disputed"
PARTIALLY_REFUNDED "partially_refunded"
FULLY_REFUNDED "fully_refunded"