class PayPal::SDK::AdaptivePayments::DataTypes::PostPaymentDisclosure

Contains information related to Post Payment Disclosure Details This contains 1.Receivers information 2.Funds Avalibility Date 3.State Regulatory Agency Information

Public Class Methods

load_members() click to toggle source
# 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