Class: PayPal::SDK::AdaptivePayments::DataTypes::PostPaymentDisclosure
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::PostPaymentDisclosure
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
Contains information related to Post Payment Disclosure Details This contains 1.Receivers information 2.Funds Avalibility Date 3.State Regulatory Agency Information
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
700 701 702 703 704 705 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 700 def self.load_members object_of :accountIdentifier, AccountIdentifier, :required => true object_of :fundsAvailabilityDate, Date object_of :fundsAvailabilityDateDisclaimerText, String object_of :stateRegulatoryAgencyInfo, StateRegulatoryAgencyInfo end |