Class: PayPal::SDK::Merchant::DataTypes::PaymentDirectivesType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::PaymentDirectivesType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Type of the Payment is it Instant or Echeck or Any.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1068 1069 1070 1071 |
# 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 |