Class: PayPal::SDK::Merchant::DataTypes::BMGetButtonDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::Merchant::DataTypes::BMGetButtonDetailsRequestType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Button ID of button to return. Required Character length and limitations: 10 single-byte numeric characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3636 3637 3638 3639 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3636 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 |