class PayPal::SDK::ButtonManagerRails::DataTypes::BMGetButtonDetailsRequestType

Button ID of button to return. Required Character length and limitations: 10 single-byte numeric characters

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3528
def self.load_members
  # Button ID of button to return.  Required Character length and limitations: 10 single-byte numeric characters
  object_of :HostedButtonID, String, :namespace => :ns, :required => true
end