Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 843 Bytes

File metadata and controls

24 lines (18 loc) · 843 Bytes

EzmaxApi::PaymentgatewayRequestCompound

Properties

Name Type Description Notes
pki_paymentgateway_id Integer The unique ID of the Paymentgateway [optional]
e_paymentgateway_processor FieldEPaymentgatewayProcessor
obj_paymentgateway_description MultilingualPaymentgatewayDescription
obj_creditcardmerchant CreditcardmerchantRequestCompound [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::PaymentgatewayRequestCompound.new(
  pki_paymentgateway_id: 235,
  e_paymentgateway_processor: null,
  obj_paymentgateway_description: null,
  obj_creditcardmerchant: null
)