menu
swirepay_sdk package
documentation
model/payment_method_card.dart
PaymentMethodCard
PaymentMethodCard.new constructor
PaymentMethodCard.new constructor
dark_mode
light_mode
PaymentMethodCard
constructor
PaymentMethodCard
(
CardInfo
?
card
,
String
?
type
,
String
?
customerGid
,
bool
?
saved
,
)
Implementation
PaymentMethodCard(this.card, this.type, this.customerGid, this.saved);
swirepay_sdk package
documentation
model/payment_method_card
PaymentMethodCard
PaymentMethodCard.new constructor
PaymentMethodCard class