Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.27 KB

TransfersResponse.md

File metadata and controls

24 lines (19 loc) · 1.27 KB

conekta.model.TransfersResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
amount int Amount in cents of the transfer. [optional]
createdAt int Date and time of creation of the transfer. [optional]
currency String The currency of the transfer. It uses the 3-letter code of the International Standard ISO 4217. [optional]
id String Unique identifier of the transfer. [optional]
livemode bool Indicates whether the transfer was created in live mode or test mode. [optional]
method TransferMethodResponse [optional]
object String Object name, which is transfer. [optional]
statementDescription String Description of the transfer. [optional]
statementReference String Reference number of the transfer. [optional]
status String Code indicating transfer status. [optional]

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