PHP Class PayPal\EBLBaseComponents\BankAccountDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$AccountNumber string Merchantâs bank account number Character length and limitations: 256 alphanumeric characters
$Name string Name of bank Character length and limitations: 192 alphanumeric characters
$RoutingNumber string Merchantâs bank routing number Character length and limitations: 23 alphanumeric characters
$Type string Type of bank account: Checking or Savings

Property Details

$AccountNumber public property

Merchantâs bank account number Character length and limitations: 256 alphanumeric characters
public string $AccountNumber
return string

$Name public property

Name of bank Character length and limitations: 192 alphanumeric characters
public string $Name
return string

$RoutingNumber public property

Merchantâs bank routing number Character length and limitations: 23 alphanumeric characters
public string $RoutingNumber
return string

$Type public property

Type of bank account: Checking or Savings
public string $Type
return string