CardDetailsResponse class abstract
CardDetailsResponse
Properties:
- brands - The list of brands identified for the card.
- fundingSource - The funding source of the card, for example DEBIT, CREDIT, or PREPAID.
- isCardCommercial - Indicates if this is a commercial card or a consumer card. If true, it is a commercial card. If false, it is a consumer card.
- issuingCountryCode - The two-letter country code of the country where the card was issued.
- Annotations
-
- @BuiltValue.new()
Constructors
- CardDetailsResponse([void updates(CardDetailsResponseBuilder b)])
-
factory
Properties
-
brands
→ BuiltList<
CardBrandDetails> ? -
The list of brands identified for the card.
no setter
- fundingSource → String?
-
The funding source of the card, for example DEBIT, CREDIT, or PREPAID.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCardCommercial → bool?
-
Indicates if this is a commercial card or a consumer card. If true, it is a commercial card. If false, it is a consumer card.
no setter
- issuingCountryCode → String?
-
The two-letter country code of the country where the card was issued.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CardDetailsResponseBuilder)) → CardDetailsResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → CardDetailsResponseBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CardDetailsResponse> -
no setter