RefundDestinationDetails class final

refund_destination_details

Properties

affirm → DestinationDetailsUnimplemented?
final
afterpayClearpay → DestinationDetailsUnimplemented?
final
alipay → DestinationDetailsUnimplemented?
final
auBankTransfer → DestinationDetailsUnimplemented?
final
blik → RefundDestinationDetailsGeneric?
final
brBankTransfer → RefundDestinationDetailsGeneric?
final
card → RefundDestinationDetailsCard?
final
cashapp → DestinationDetailsUnimplemented?
final
customerCashBalance → DestinationDetailsUnimplemented?
final
eps → DestinationDetailsUnimplemented?
final
euBankTransfer → RefundDestinationDetailsGeneric?
final
gbBankTransfer → RefundDestinationDetailsGeneric?
final
giropay → DestinationDetailsUnimplemented?
final
grabpay → DestinationDetailsUnimplemented?
final
hashCode → int
The hash code for this object.
no setterinherited
jpBankTransfer → RefundDestinationDetailsGeneric?
final
klarna → DestinationDetailsUnimplemented?
final
mxBankTransfer → RefundDestinationDetailsGeneric?
final
p24 → RefundDestinationDetailsGeneric?
final
paynow → DestinationDetailsUnimplemented?
final
paypal → DestinationDetailsUnimplemented?
final
pix → DestinationDetailsUnimplemented?
final
revolut → DestinationDetailsUnimplemented?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sofort → DestinationDetailsUnimplemented?
final
swish → RefundDestinationDetailsGeneric?
final
thBankTransfer → RefundDestinationDetailsGeneric?
final
type → String
final
usBankTransfer → RefundDestinationDetailsGeneric?
final
wechatPay → DestinationDetailsUnimplemented?
final
zip → DestinationDetailsUnimplemented?
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>(RefundDestinationDetails instance, Encoder<V> encoder) → V