PHP Class Stripe\Response\LegalEntity\LegalEntityResponse

Afficher le fichier Open project: jlinn/stripe-api-php

Protected Properties

Свойство Type Description
$additionalOwners array
$address AddressResponse
$businessName string
$dob DOBResponse
$firstName string
$lastName string
$personalAddress AddressResponse
$personalIdNumberProvided string
$ssnLast4Provided string
$type individual or company should be provided
$verification array

Méthodes publiques

Méthode Description
getAdditionalOwners ( ) : array
getAddress ( ) : AddressResponse
getBusinessName ( ) : string
getDob ( ) : DOBResponse
getFirstName ( ) : string
getLastName ( ) : string
getPersonalAddress ( ) : AddressResponse
getPersonalIdNumberProvided ( ) : string
getSsnLast4Provided ( ) : string
getType ( ) : string
getVerification ( ) : array
setAdditionalOwners ( array $additionalOwners ) : LegalEntityResponse
setAddress ( string $address ) : LegalEntityResponse
setBusinessName ( string $businessName ) : LegalEntityResponse
setDob ( DOBResponse $dob ) : LegalEntityResponse
setFirstName ( string $firstName ) : LegalEntityResponse
setLastName ( string $lastName ) : LegalEntityResponse
setPersonalAddress ( AddressResponse $personalAddress ) : LegalEntityResponse
setPersonalIdNumberProvided ( string $personalIdNumberProvided ) : LegalEntityResponse
setSsnLast4Provided ( string $ssnLast4Provided ) : LegalEntityResponse
setType ( string $type ) : LegalEntityResponse
setVerification ( array $verification ) : LegalEntityResponse

Method Details

getAdditionalOwners() public méthode

public getAdditionalOwners ( ) : array
Résultat array

getAddress() public méthode

public getAddress ( ) : AddressResponse
Résultat AddressResponse

getBusinessName() public méthode

public getBusinessName ( ) : string
Résultat string

getDob() public méthode

public getDob ( ) : DOBResponse
Résultat DOBResponse

getFirstName() public méthode

public getFirstName ( ) : string
Résultat string

getLastName() public méthode

public getLastName ( ) : string
Résultat string

getPersonalAddress() public méthode

public getPersonalAddress ( ) : AddressResponse
Résultat AddressResponse

getPersonalIdNumberProvided() public méthode

public getPersonalIdNumberProvided ( ) : string
Résultat string

getSsnLast4Provided() public méthode

public getSsnLast4Provided ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

getVerification() public méthode

public getVerification ( ) : array
Résultat array

setAdditionalOwners() public méthode

public setAdditionalOwners ( array $additionalOwners ) : LegalEntityResponse
$additionalOwners array
Résultat LegalEntityResponse

setAddress() public méthode

public setAddress ( string $address ) : LegalEntityResponse
$address string
Résultat LegalEntityResponse

setBusinessName() public méthode

public setBusinessName ( string $businessName ) : LegalEntityResponse
$businessName string
Résultat LegalEntityResponse

setDob() public méthode

public setDob ( DOBResponse $dob ) : LegalEntityResponse
$dob DOBResponse
Résultat LegalEntityResponse

setFirstName() public méthode

public setFirstName ( string $firstName ) : LegalEntityResponse
$firstName string
Résultat LegalEntityResponse

setLastName() public méthode

public setLastName ( string $lastName ) : LegalEntityResponse
$lastName string
Résultat LegalEntityResponse

setPersonalAddress() public méthode

public setPersonalAddress ( AddressResponse $personalAddress ) : LegalEntityResponse
$personalAddress AddressResponse
Résultat LegalEntityResponse

setPersonalIdNumberProvided() public méthode

public setPersonalIdNumberProvided ( string $personalIdNumberProvided ) : LegalEntityResponse
$personalIdNumberProvided string
Résultat LegalEntityResponse

setSsnLast4Provided() public méthode

public setSsnLast4Provided ( string $ssnLast4Provided ) : LegalEntityResponse
$ssnLast4Provided string
Résultat LegalEntityResponse

setType() public méthode

public setType ( string $type ) : LegalEntityResponse
$type string
Résultat LegalEntityResponse

setVerification() public méthode

public setVerification ( array $verification ) : LegalEntityResponse
$verification array
Résultat LegalEntityResponse

Property Details

$additionalOwners protected_oe property

protected array $additionalOwners
Résultat array

$address protected_oe property

protected AddressResponse,Stripe\Response\LegalEntity $address
Résultat AddressResponse

$businessName protected_oe property

protected string $businessName
Résultat string

$dob protected_oe property

protected DOBResponse,Stripe\Response\LegalEntity $dob
Résultat DOBResponse

$firstName protected_oe property

protected string $firstName
Résultat string

$lastName protected_oe property

protected string $lastName
Résultat string

$personalAddress protected_oe property

protected AddressResponse,Stripe\Response\LegalEntity $personalAddress
Résultat AddressResponse

$personalIdNumberProvided protected_oe property

protected string $personalIdNumberProvided
Résultat string

$ssnLast4Provided protected_oe property

protected string $ssnLast4Provided
Résultat string

$type protected_oe property

individual or company should be provided
protected $type

$verification protected_oe property

protected array $verification
Résultat array