PHP Class PayPal\EBLBaseComponents\BankAccountDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство 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_oe property

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

$Name public_oe property

Name of bank Character length and limitations: 192 alphanumeric characters
public string $Name
Résultat string

$RoutingNumber public_oe property

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

$Type public_oe property

Type of bank account: Checking or Savings
public string $Type
Résultat string