class PayPal::SDK::REST::DataTypes::WebProfileList
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2490 def self.load_members object_of :id, String object_of :name, String object_of :flow_config, FlowConfig object_of :input_fields, InputFields object_of :presentation, Presentation object_of :temporary, Boolean end