PayWithAmazon\ResponseParser::getBillingAgreementDetailsStatus PHP Method

getBillingAgreementDetailsStatus() public method

* Get the status of the BillingAgreement
public getBillingAgreementDetailsStatus ( $response )
    public function getBillingAgreementDetailsStatus($response)
    {
        $baStatus = $this->getStatus('GetBA', '//GetBA:BillingAgreementStatus', $response);
        return $baStatus;
    }