class PayPal::SDK::AdaptivePayments::DataTypes::StateRegulatoryAgencyInfo

Contains information related to State Regulatory Agency Information of the Sender's country for RTR transaction This contains 1.Agency Name 2.Phone Number 3.Website

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 689
def self.load_members
  object_of :Name, String
  object_of :PhoneNo, String
  object_of :Website, String
end