PayPal\Api\PotentialPayerInfo::setBillingAddress PHP 메소드

setBillingAddress() 공개 메소드

Billing address of the potential payer.
사용 중단: Not publicly available
public setBillingAddress ( Address $billing_address )
$billing_address Address
    public function setBillingAddress($billing_address)
    {
        $this->billing_address = $billing_address;
        return $this;
    }