class PayPal::SDK::Merchant::DataTypes::PaymentDirectivesType

Type of the Payment is it Instant or Echeck or Any.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 1068
def self.load_members
  # Type of the Payment is it Instant or Echeck or Any.
  object_of :PaymentType, MerchantPullPaymentCodeType, :namespace => :ebl
end