PHP Interface PayWithAmazon\ResponseInterface

Datei anzeigen Open project: amzn/login-and-pay-with-amazon-sdk-php

Public Methods

Method Description
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

Method Details

getBillingAgreementDetailsStatus() public method

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

getOrderReferenceDetailsStatus() public method

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

toArray() public method

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

toJson() public method

* toJson - converts XML into Json
public toJson ( )

toXml() public method

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