Class: PayPal::SDK::AdaptivePayments::DataTypes::StateRegulatoryAgencyInfo

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_payments/data_types.rb

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



689
690
691
692
693
# 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