Class: PayPal::SDK::ButtonManager::DataTypes::PaymentDirectivesType

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

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



1053
1054
1055
1056
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1053

def self.load_members
  # Type of the Payment is it Instant or Echeck or Any.
  object_of :PaymentType, MerchantPullPaymentCodeType, :namespace => :ebl
end