PHP 클래스 PayPal\Api\BankAccount

A resource representing a bank account that can be used to fund a payment.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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