XenditVA class

Constructors

XenditVA({required String external_id, required String bank_code, required String name, String? virtual_account_number, int? suggested_amount, bool? is_closed, int? expected_amount, bool? is_single_use, String? description})

Properties

bank_code String
getter/setter pair
description String?
getter/setter pair
expected_amount int?
getter/setter pair
external_id String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
is_closed bool?
getter/setter pair
is_single_use bool?
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggested_amount int?
getter/setter pair
virtual_account_number String?
getter/setter pair

Methods

generate() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited