Services_Ebay
[ class tree: Services_Ebay ] [ index: Services_Ebay ] [ all elements ]

Class: Services_Ebay_Model_Order

Source Location: /Services_Ebay-0.7.0/Ebay/Model/Order.php

Class Overview

Services_Ebay_Model
   |
   --Services_Ebay_Model_Order

Model for an eBay order


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Services_Ebay_Model

Services_Ebay_Model::__construct()
create new model
Services_Ebay_Model::GetModifiedProperties()
get the properties that have been modified, since the item has been fetched the last time.
Services_Ebay_Model::offsetExists()
check, whether a property exists
Services_Ebay_Model::offsetGet()
get a property
Services_Ebay_Model::offsetSet()
set a property
Services_Ebay_Model::offsetUnset()
unset a property
Services_Ebay_Model::setSession()
set the session
Services_Ebay_Model::toArray()
return all properties of the user
Services_Ebay_Model::__get()
get a property
Services_Ebay_Model::__set()
set a property

Class Details

[line 8]
Model for an eBay order


[ Top ]


Method Detail

__construct (Constructor)   [line 16]

Services_Ebay_Model_Order __construct( array $props, [object $session = null])

create a new order
  • Access: public

Overrides Services_Ebay_Model::__construct() (create new model)

Parameters:

array   $props   — 
object   $session   — 

[ Top ]

AcceptPaymentTerms   [line 62]

void AcceptPaymentTerms( string $methods)

set the accepted payment terms
  • Access: public

Parameters:

string   $methods   — 

[ Top ]

AddShippingServiceOption   [line 46]

void AddShippingServiceOption( string $ShippingService, string $ShippingServiceCost, $ShippingServicePriority)

add a new shipping option
  • Access: public

Parameters:

string   $ShippingService   — 
string   $ShippingServiceCost   — 
   $ShippingServicePriority   — 

[ Top ]

AddTransaction   [line 30]

void AddTransaction( string $ItemId, string $TransactionId)

add a new transaction
  • Access: public

Parameters:

string   $ItemId   — 
string   $TransactionId   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:58:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.