CFCardBuilder class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → CFCard -
getCardCvv(
) → String -
getCardExpiryMonth(
) → String -
getCardExpiryYear(
) → String -
getCardHolderName(
) → String -
getCardNumber(
) → CFCardWidget? -
getInstrumentId(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCardCVV(
String card_cvv) → CFCardBuilder -
setCardExpiryMonth(
String card_expiry_month) → CFCardBuilder -
setCardExpiryYear(
String card_expiry_year) → CFCardBuilder -
setCardHolderName(
String card_holder_name) → CFCardBuilder -
setCardWidget(
CFCardWidget card_widget) → CFCardBuilder -
setInstrumentId(
String instrument_id) → CFCardBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited