PHP Class Stripe\Response\LegalEntity\DOBResponse

Show file Open project: jlinn/stripe-api-php

Protected Properties

Property Type Description
$day integer
$month integer
$year integer

Public Methods

Method Description
getDay ( ) : integer
getMonth ( ) : integer
getYear ( ) : integer
setDay ( integer $day ) : DOBResponse
setMonth ( integer $month ) : DOBResponse
setYear ( integer $year ) : DOBResponse

Method Details

getDay() public method

public getDay ( ) : integer
return integer

getMonth() public method

public getMonth ( ) : integer
return integer

getYear() public method

public getYear ( ) : integer
return integer

setDay() public method

public setDay ( integer $day ) : DOBResponse
$day integer
return DOBResponse

setMonth() public method

public setMonth ( integer $month ) : DOBResponse
$month integer
return DOBResponse

setYear() public method

public setYear ( integer $year ) : DOBResponse
$year integer
return DOBResponse

Property Details

$day protected property

protected int $day
return integer

$month protected property

protected int $month
return integer

$year protected property

protected int $year
return integer