NAME
WebService::Braintree::_::AndroidPayCard
PURPOSE
This class represents a AndroidPay card.
This class will only be created as part of a response or error response.
ATTRIBUTES
bin()
This returns the card's bin.
created_at()
This returns when this card was created.
customer_id()
This returns the card's customer ID.
default()
This returns if this card is default.
is_default()
is an alias for this attribute.
expiration_month()
This returns the card's expiration month.
expiration_year()
This returns the card's expiration year.
google_transaction_id()
This returns the card's Google transaction ID.
image_url()
This returns the card's image URL.
source_card_type()
This returns the card's source card's type.
source_card_last4()
This returns the card's source card's last-4.
source_description()
This returns the card's source description.
subscriptions()
This returns the card's subscriptions. This will be an arrayref of subscriptions.
token()
This returns the card's token.
updated_at()
This returns when this card was last updated.
virtual_card_type()
This returns the card's virtual card's type.
virtual_card_last4()
This returns the card's virtual card's last-4.
METHODS
expiration_date()
This returns this card's expiration date in MM/YYYY format.