class PayPal::SDK::ButtonManagerRails::DataTypes::PaymentRequestInfoType
Contains payment request information for each bucket in the cart.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3043 def self.load_members # Contains the transaction id of the bucket. object_of :TransactionId, String, :namespace => :ebl # Contains the bucket id. object_of :PaymentRequestID, String, :namespace => :ebl # Contains the error details. object_of :PaymentError, ErrorType, :namespace => :ebl end