The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Braintree::_::CreditCardVerification

PURPOSE

This class represents a credit card verification.

This class will only be created as part of a response or error response.

ATTRIBUTES

amount()

This is the amount for this credit card verification.

avs_error_response_code()

This is the avs error response code for this credit card verification.

avs_postal_code_response_code()

This is the avs postal code response code for this credit card verification.

avs_street_address_response_code()

This is the avs street address respons code for this credit card verification.

billing()

This returns the credit card verification's billing address (if it exists). This will be an object of type "" in WebService::Braintree::_::Address.

billing_address() is an alias to this attribute.

created_at()

This is when this credit card was created.

credit_card()

This returns the credit card verification's credit card (if it exists). This will be an object of type "" in WebService::Braintree::_::CreditCard.

currency_iso_code()

This is the currency ISO code for this credit card verification.

cvv_response_code()

This is the CVV response code for this credit card verification.

gateway_rejection_reason()

This is the gateway rejection reason for this credit card verification.

id()

This is the id for this credit card verification.

merchant_account_id()

This is the merchant account id for this credit card verification.

processor_response_code()

This is the processor response code for this credit card verification.

processor_response_text()

This is the processor response text for this credit card verification.

risk_data()

This is the risk data for this credit card verification.

status()

This is the status for this credit card verification.

updated_at()

This is when this credit card was last updated. If it has never been updated, then this should equal the "created_at" date.