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::_::MerchantAccount

PURPOSE

This class represents a merchant account.

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

ATTRIBUTES

business()

This returns the merchant account's business details. This will be an object of type "" in WebService::Braintree::_::MerchantAccount::BusinessDetails.

business_details() is an alias for this attribute.

currency_iso_code()

This is the currency ISO code for this merchant account.

default()

This returns true if this merchant account is default.

is_default() is an alias for this attribute.

funding()

This returns the merchant account's funding details. This will be an object of type "" in WebService::Braintree::_::MerchantAccount::FundingDetails.

funding_details() is an alias for this attribute.

id()

This is the id for this merchant account.

individual()

This returns the merchant account's individual details. This will be an object of type "" in WebService::Braintree::_::MerchantAccount::IndividualDetails.

individual_details() is an alias for this attribute.

master_merchant_account()

This is the master merchant account (if any) for this merchant account. This will be an object of type "" in WebService::Braintree::_::MerchantAccount.

status()

This is the status for this merchant account.

sub_merchant_account()

This returns true if this merchant account is a sub-merchant account.

is_sub_merchant_account() is an alias for this attribute.