Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 982 Bytes

TransferDestinationResponse.md

File metadata and controls

22 lines (17 loc) · 982 Bytes

conekta.model.TransferDestinationResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
accountHolder String Name of the account holder. [optional]
accountNumber String Account number of the bank account. [optional]
bank String Name of the bank. [optional]
createdAt int Date and time of creation of the transfer. [optional]
id String Unique identifier of the transfer. [optional]
object String Object name, which is bank_transfer_payout_method. [optional]
payeeId String Unique identifier of the payee. [optional]
type String Type of the payee. [optional]

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