PHP Интерфейс PayWithAmazon\ResponseInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getBillingAgreementDetailsStatus ( $response ) * Get the status of the BillingAgreement
getOrderReferenceDetailsStatus ( $response ) * Get the status of the OrderReference
toArray ( ) * toArray - converts XML into associative array
toJson ( ) * toJson - converts XML into Json
toXml ( ) * Returns the XML portion of the response

Описание методов

getBillingAgreementDetailsStatus() публичный Метод

* Get the status of the BillingAgreement
public getBillingAgreementDetailsStatus ( $response )

getOrderReferenceDetailsStatus() публичный Метод

* Get the status of the OrderReference
public getOrderReferenceDetailsStatus ( $response )

toArray() публичный Метод

* toArray - converts XML into associative array
public toArray ( )

toJson() публичный Метод

* toJson - converts XML into Json
public toJson ( )

toXml() публичный Метод

* Returns the XML portion of the response
public toXml ( )