NAME
WebService::Braintree::_::PaymentMethodNonce
PURPOSE
This class represents a payment method nonce.
This class will only be created as part of a response or error response.
ATTRIBUTES
bin_data()
This returns the nonce's bin data. This will be an object of type bin data.
consumed()
This returns if this nonce has been consumed.
is_consumed()
is an alias for this attribute.
default()
This returns if this nonce is default.
is_default()
is an alias for this attribute.
description()
This returns the nonce's description.
details()
This returns the nonce's details. This will be an object of type defaults.
is_locked()
This returns true if this nonce is locked.
nonce()
This returns the nonce's nonce.
security_questions()
This returns the nonce's security questions.
three_d_secure_info()
This returns the nonce's ThreeD secure info. This will be an object of type ThreeD secure info.
type()
This returns the nonce's type.