ChargeCreateOptions class final

Constructors

ChargeCreateOptions({int? amount, int? applicationFee, int? applicationFeeAmount, bool? capture, String? currency, String? customer, String? description, ChargeDestination? destination, List<String>? expand, Map<String, String>? metadata, String? onBehalfOf, RadarRadarOptions? radarOptions, String? receiptEmail, ChargeCreateOptionsShipping? shipping, String? source, String? statementDescriptor, String? statementDescriptorSuffix, ChargeCreateOptionsTransferData? transferData, String? transferGroup})
const
ChargeCreateOptions.fromJson(Object? json)
factory

Properties

amount int?
final
applicationFee int?
final
applicationFeeAmount int?
final
capture bool?
final
currency String?
final
customer String?
final
description String?
final
destination ChargeDestination?
destination_specs
final
expand List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>?
final
onBehalfOf String?
final
radarOptions RadarRadarOptions?
final
receiptEmail String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping ChargeCreateOptionsShipping?
optional_fields_shipping
final
source String?
final
statementDescriptor String?
final
statementDescriptorSuffix String?
final
transferData ChargeCreateOptionsTransferData?
transfer_data_specs
final
transferGroup String?
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>(ChargeCreateOptions instance, Encoder<V> encoder) → V