IssuingCardholderCreateOptions class final

Constructors

IssuingCardholderCreateOptions({required CardholderBilling billing, CardholderCompany? company, String? email, List<String>? expand, CardholderIndividual? individual, Map<String, String>? metadata, required String name, String? phoneNumber, List<IssuingCardholderPreferredLocalesItem>? preferredLocales, CardholderSpendingControls? spendingControls, BillingMeterStatus? status, IssuingCardholderType? type})
const
IssuingCardholderCreateOptions.fromJson(Object? json)
factory

Properties

billing CardholderBilling
billing_specs
final
company CardholderCompany?
company_param
final
email String?
final
expand List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
individual CardholderIndividual?
individual_param
final
metadata Map<String, String>?
final
name String
final
phoneNumber String?
final
preferredLocales List<IssuingCardholderPreferredLocalesItem>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spendingControls CardholderSpendingControls?
authorization_controls_param_v2
final
status BillingMeterStatus?
final
type IssuingCardholderType?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

encode<V>(IssuingCardholderCreateOptions instance, Encoder<V> encoder) → V