class PayPal::SDK::ButtonManagerRails::DataTypes::BMManageButtonStatusRequestType

Button ID of Hosted button. 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 3501
def self.load_members
  # Button ID of Hosted button.  Required Character length and limitations: 10 single-byte numeric characters
  object_of :HostedButtonID, String, :namespace => :ns
  # Requested Status change for hosted button.  Required Character length and limitations: 1 single-byte alphanumeric characters
  object_of :ButtonStatus, ButtonStatusType, :namespace => :ns
end