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

Class: Services_Ebay_Model_Shipment

Source Location: /Services_Ebay-0.6.1/Ebay/Model/Shipment.php

Class Overview

Services_Ebay_Model
   |
   --Services_Ebay_Model_Shipment

Model for a shipment


Author(s):

Variables

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 9]
Model for a shipment


[ Top ]


Class Variables

$properties = array(
                                    'CurrencyId'   => 1,
                                    'Transactions' => array())

[line 11]

  • Access: protected

Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

AddTransaction   [line 28]

void AddTransaction( $ItemId, $TransactionId)

  • Access: public

Parameters:

   $ItemId   — 
   $TransactionId   — 

[ Top ]

SetAddress   [line 48]

void SetAddress( $Type, $CompanyName, $Name, $Street1, $Street2, $City, $Zip, $StateOrProvince, $Country, [ $Phone = null])

  • Access: public

Parameters:

   $Type   — 
   $CompanyName   — 
   $Name   — 
   $Street1   — 
   $Street2   — 
   $City   — 
   $Zip   — 
   $StateOrProvince   — 
   $Country   — 
   $Phone   — 

[ Top ]

SetFromAddress   [line 33]

void SetFromAddress( $CompanyName, $Name, $Street1, $Street2, $City, $Zip, $StateOrProvince, $Country, [ $Phone = null])

  • Access: public

Parameters:

   $CompanyName   — 
   $Name   — 
   $Street1   — 
   $Street2   — 
   $City   — 
   $Zip   — 
   $StateOrProvince   — 
   $Country   — 
   $Phone   — 

[ Top ]

SetPackageDimensions   [line 18]

void SetPackageDimensions( $Depth, $Length, $Width)

  • Access: public

Parameters:

   $Depth   — 
   $Length   — 
   $Width   — 

[ Top ]


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