1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
|
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1532
def self.load_members
object_of :Timestamp, DateTime, :namespace => :ebl
object_of :Timezone, String, :namespace => :ebl
object_of :Type, String, :namespace => :ebl
object_of :Payer, String, :namespace => :ebl
object_of :PayerDisplayName, String, :namespace => :ebl
object_of :TransactionID, String, :namespace => :ebl
object_of :Status, String, :namespace => :ebl
object_of :GrossAmount, BasicAmountType, :namespace => :ebl
object_of :FeeAmount, BasicAmountType, :namespace => :ebl
object_of :NetAmount, BasicAmountType, :namespace => :ebl
end
|