PHP Класс PayPal\Api\BankAccount

A resource representing a bank account that can be used to fund a payment.
Наследование: extends PayPal\Common\PayPalModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
addLink ( PayPal\Api\Links $links ) Append Links to the list.
getAccountName ( ) : string A customer designated name.
getAccountNumber ( ) : string Account number in either IBAN (max length 34) or BBAN (max length 17) format.
getAccountNumberType ( ) : string Type of the bank account number (International or Basic Bank Account Number). For more information refer to http://en.wikipedia.org/wiki/International_Bank_Account_Number.
getAccountType ( ) : string Type of the bank account.
getAuthCaptureTimestamp ( ) : string Time at which the authorization (or check) was captured. Use this field if the user authorization needs to be captured due to any privacy requirements.
getAuthType ( ) : string How the check was obtained from the customer, if check was the source of the information provided.
getBankName ( ) : string Name of the bank.
getBillingAddress ( ) : Address Billing address.
getBirthDate ( ) : string Birth date of the bank account holder.
getCheckType ( ) : string Type of the check when this information was obtained through a check by the facilitator or merchant.
getConfirmationStatus ( ) : string Confirmation status of a bank account.
getCountryCode ( ) : string 2 letter country code of the Bank.
getCreateTime ( ) : string Time the resource was created.
getExternalCustomerId ( ) : string A unique identifier of the customer to whom this bank account belongs to. Generated and provided by the facilitator. This is required when creating or using a stored funding instrument in vault.
getFirstName ( ) : string Account holder's first name.
getId ( ) : string ID of the bank account being saved for later use.
getLastName ( ) : string Account holder's last name.
getLinks ( ) : PayPal\Api\Links[] Gets Links
getMerchantId ( ) : string A unique identifier of the merchant for which this bank account has been stored for. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant.
getPayerId ( ) : string
getRoutingNumber ( ) : string Routing transit number (aka Bank Code) of the bank (typically for domestic use only - for international use, IBAN includes bank code). For more information refer to http://en.wikipedia.org/wiki/Bank_code.
getState ( ) : string State of this funding instrument.
getUpdateTime ( ) : string Time the resource was last updated.
getValidUntil ( ) : string Date/Time until this resource can be used to fund a payment.
removeLink ( PayPal\Api\Links $links ) Remove Links from the list.
setAccountName ( string $account_name ) A customer designated name.
setAccountNumber ( string $account_number ) Account number in either IBAN (max length 34) or BBAN (max length 17) format.
setAccountNumberType ( string $account_number_type ) Type of the bank account number (International or Basic Bank Account Number). For more information refer to http://en.wikipedia.org/wiki/International_Bank_Account_Number.
setAccountType ( string $account_type ) Type of the bank account.
setAuthCaptureTimestamp ( string $auth_capture_timestamp ) Time at which the authorization (or check) was captured. Use this field if the user authorization needs to be captured due to any privacy requirements.
setAuthType ( string $auth_type ) How the check was obtained from the customer, if check was the source of the information provided.
setBankName ( string $bank_name ) Name of the bank.
setBillingAddress ( Address $billing_address ) Billing address.
setBirthDate ( string $birth_date ) Birth date of the bank account holder.
setCheckType ( string $check_type ) Type of the check when this information was obtained through a check by the facilitator or merchant.
setConfirmationStatus ( string $confirmation_status ) Confirmation status of a bank account.
setCountryCode ( string $country_code ) 2 letter country code of the Bank.
setCreateTime ( string $create_time ) Time the resource was created.
setExternalCustomerId ( string $external_customer_id ) A unique identifier of the customer to whom this bank account belongs to. Generated and provided by the facilitator. This is required when creating or using a stored funding instrument in vault.
setFirstName ( string $first_name ) Account holder's first name.
setId ( string $id ) ID of the bank account being saved for later use.
setLastName ( string $last_name ) Account holder's last name.
setLinks ( PayPal\Api\Links[] $links ) Sets Links
setMerchantId ( string $merchant_id ) A unique identifier of the merchant for which this bank account has been stored for. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant.
setPayerId ( string $payer_id ) [DEPRECATED] Use external_customer_id instead.
setRoutingNumber ( string $routing_number ) Routing transit number (aka Bank Code) of the bank (typically for domestic use only - for international use, IBAN includes bank code). For more information refer to http://en.wikipedia.org/wiki/Bank_code.
setState ( string $state ) State of this funding instrument.
setUpdateTime ( string $update_time ) Time the resource was last updated.
setValidUntil ( string $valid_until ) Date/Time until this resource can be used to fund a payment.

Описание методов

getAccountName() публичный Метод

A customer designated name.
public getAccountName ( ) : string
Результат string

getAccountNumber() публичный Метод

Account number in either IBAN (max length 34) or BBAN (max length 17) format.
public getAccountNumber ( ) : string
Результат string

getAccountNumberType() публичный Метод

Type of the bank account number (International or Basic Bank Account Number). For more information refer to http://en.wikipedia.org/wiki/International_Bank_Account_Number.
public getAccountNumberType ( ) : string
Результат string

getAccountType() публичный Метод

Type of the bank account.
public getAccountType ( ) : string
Результат string

getAuthCaptureTimestamp() публичный Метод

Time at which the authorization (or check) was captured. Use this field if the user authorization needs to be captured due to any privacy requirements.
public getAuthCaptureTimestamp ( ) : string
Результат string

getAuthType() публичный Метод

How the check was obtained from the customer, if check was the source of the information provided.
public getAuthType ( ) : string
Результат string

getBankName() публичный Метод

Name of the bank.
public getBankName ( ) : string
Результат string

getBillingAddress() публичный Метод

Billing address.
public getBillingAddress ( ) : Address
Результат Address

getBirthDate() публичный Метод

Birth date of the bank account holder.
public getBirthDate ( ) : string
Результат string

getCheckType() публичный Метод

Type of the check when this information was obtained through a check by the facilitator or merchant.
public getCheckType ( ) : string
Результат string

getConfirmationStatus() публичный Метод

Confirmation status of a bank account.
public getConfirmationStatus ( ) : string
Результат string

getCountryCode() публичный Метод

2 letter country code of the Bank.
public getCountryCode ( ) : string
Результат string

getCreateTime() публичный Метод

Time the resource was created.
public getCreateTime ( ) : string
Результат string

getExternalCustomerId() публичный Метод

A unique identifier of the customer to whom this bank account belongs to. Generated and provided by the facilitator. This is required when creating or using a stored funding instrument in vault.
public getExternalCustomerId ( ) : string
Результат string

getFirstName() публичный Метод

Account holder's first name.
public getFirstName ( ) : string
Результат string

getId() публичный Метод

ID of the bank account being saved for later use.
Устаревший: Not publicly available
public getId ( ) : string
Результат string

getLastName() публичный Метод

Account holder's last name.
public getLastName ( ) : string
Результат string

getMerchantId() публичный Метод

A unique identifier of the merchant for which this bank account has been stored for. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant.
public getMerchantId ( ) : string
Результат string

getPayerId() публичный Метод

Устаревший: [DEPRECATED] Use external_customer_id instead.
public getPayerId ( ) : string
Результат string

getRoutingNumber() публичный Метод

Routing transit number (aka Bank Code) of the bank (typically for domestic use only - for international use, IBAN includes bank code). For more information refer to http://en.wikipedia.org/wiki/Bank_code.
public getRoutingNumber ( ) : string
Результат string

getState() публичный Метод

State of this funding instrument.
public getState ( ) : string
Результат string

getUpdateTime() публичный Метод

Time the resource was last updated.
public getUpdateTime ( ) : string
Результат string

getValidUntil() публичный Метод

Date/Time until this resource can be used to fund a payment.
public getValidUntil ( ) : string
Результат string

setAccountName() публичный Метод

A customer designated name.
public setAccountName ( string $account_name )
$account_name string

setAccountNumber() публичный Метод

Account number in either IBAN (max length 34) or BBAN (max length 17) format.
public setAccountNumber ( string $account_number )
$account_number string

setAccountNumberType() публичный Метод

Valid Values: ["BBAN", "IBAN"]
public setAccountNumberType ( string $account_number_type )
$account_number_type string

setAccountType() публичный Метод

Valid Values: ["CHECKING", "SAVINGS"]
public setAccountType ( string $account_type )
$account_type string

setAuthCaptureTimestamp() публичный Метод

Time at which the authorization (or check) was captured. Use this field if the user authorization needs to be captured due to any privacy requirements.
public setAuthCaptureTimestamp ( string $auth_capture_timestamp )
$auth_capture_timestamp string

setAuthType() публичный Метод

Valid Values: ["CCD", "PPD", "TEL", "POP", "ARC", "RCK", "WEB"]
public setAuthType ( string $auth_type )
$auth_type string

setBankName() публичный Метод

Name of the bank.
public setBankName ( string $bank_name )
$bank_name string

setBillingAddress() публичный Метод

Billing address.
public setBillingAddress ( Address $billing_address )
$billing_address Address

setBirthDate() публичный Метод

Birth date of the bank account holder.
public setBirthDate ( string $birth_date )
$birth_date string

setCheckType() публичный Метод

Valid Values: ["PERSONAL", "COMPANY"]
public setCheckType ( string $check_type )
$check_type string

setConfirmationStatus() публичный Метод

Valid Values: ["UNCONFIRMED", "CONFIRMED"]
public setConfirmationStatus ( string $confirmation_status )
$confirmation_status string

setCountryCode() публичный Метод

2 letter country code of the Bank.
public setCountryCode ( string $country_code )
$country_code string

setCreateTime() публичный Метод

Time the resource was created.
public setCreateTime ( string $create_time )
$create_time string

setExternalCustomerId() публичный Метод

A unique identifier of the customer to whom this bank account belongs to. Generated and provided by the facilitator. This is required when creating or using a stored funding instrument in vault.
public setExternalCustomerId ( string $external_customer_id )
$external_customer_id string

setFirstName() публичный Метод

Account holder's first name.
public setFirstName ( string $first_name )
$first_name string

setId() публичный Метод

ID of the bank account being saved for later use.
Устаревший: Not publicly available
public setId ( string $id )
$id string

setLastName() публичный Метод

Account holder's last name.
public setLastName ( string $last_name )
$last_name string

setMerchantId() публичный Метод

A unique identifier of the merchant for which this bank account has been stored for. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant.
public setMerchantId ( string $merchant_id )
$merchant_id string

setPayerId() публичный Метод

[DEPRECATED] Use external_customer_id instead.
public setPayerId ( string $payer_id )
$payer_id string

setRoutingNumber() публичный Метод

Routing transit number (aka Bank Code) of the bank (typically for domestic use only - for international use, IBAN includes bank code). For more information refer to http://en.wikipedia.org/wiki/Bank_code.
public setRoutingNumber ( string $routing_number )
$routing_number string

setState() публичный Метод

Valid Values: ["ACTIVE", "INACTIVE", "DELETED"]
public setState ( string $state )
$state string

setUpdateTime() публичный Метод

Time the resource was last updated.
public setUpdateTime ( string $update_time )
$update_time string

setValidUntil() публичный Метод

Date/Time until this resource can be used to fund a payment.
public setValidUntil ( string $valid_until )
$valid_until string