Class: PayPal::SDK::Merchant::DataTypes::BillingPeriodDetailsType_Update

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

Overview

Unit of meausre for billing cycle

Class Method Summary collapse

Class Method Details

.load_membersObject



2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2725

def self.load_members
  # Unit of meausre for billing cycle 
  object_of :BillingPeriod, BillingPeriodType, :namespace => :ebl
  # Number of BillingPeriod that make up one billing cycle 
  object_of :BillingFrequency, Integer, :namespace => :ebl
  # Total billing cycles in this portion of the schedule 
  object_of :TotalBillingCycles, Integer, :namespace => :ebl
  # Amount to charge 
  object_of :Amount, BasicAmountType, :namespace => :ebl
  # Additional shipping amount to charge 
  object_of :ShippingAmount, BasicAmountType, :namespace => :ebl
  # Additional tax amount to charge 
  object_of :TaxAmount, BasicAmountType, :namespace => :ebl
end