Method: EBay::BuyerType#initialize

Defined in:
lib/eBay.rb

#initialize(shippingAddress = nil, buyerTaxIdentifier = []) ⇒ BuyerType

Returns a new instance of BuyerType.



21527
21528
21529
21530
21531
# File 'lib/eBay.rb', line 21527

def initialize(shippingAddress = nil, buyerTaxIdentifier = [])
  @shippingAddress = shippingAddress
  @buyerTaxIdentifier = buyerTaxIdentifier
  @__xmlele_any = nil
end