Class: FetchTransactionsEntries

Inherits:
Object
  • Object
show all
Defined in:
lib/AfricasTalking/Payments.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sourceType_, source_, provider_, destinationType_, description_, providerChannel_, providerMetadata_, status_, productName_, category_, destination_, value_, transactionId_, creationTime_, requestMetadata_) ⇒ FetchTransactionsEntries

Returns a new instance of FetchTransactionsEntries.



598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
# File 'lib/AfricasTalking/Payments.rb', line 598

def initialize sourceType_, source_, provider_, destinationType_, description_, providerChannel_, , status_, productName_, category_, destination_, value_, transactionId_, creationTime_, 
	@sourceType = sourceType_
	@source = source_
	@provider = provider_
	@destinationType = destinationType_
	@description = description_
	@providerChannel = providerChannel_
	@providerMetadata = 
	@status = status_
	@productName = productName_
	@category = category_
	@destination = destination_
	@value = value_
	@transactionId = transactionId_
	@creationTime = creationTime_
	@requestMetadata =  
end

Instance Attribute Details

#categoryObject (readonly)

Returns the value of attribute category.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def category
  @category
end

#creationTimeObject (readonly)

Returns the value of attribute creationTime.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def creationTime
  @creationTime
end

#descriptionObject (readonly)

Returns the value of attribute description.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def description
  @description
end

#destinationObject (readonly)

Returns the value of attribute destination.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def destination
  @destination
end

#destinationTypeObject (readonly)

Returns the value of attribute destinationType.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def destinationType
  @destinationType
end

#productNameObject (readonly)

Returns the value of attribute productName.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def productName
  @productName
end

#providerObject (readonly)

Returns the value of attribute provider.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def provider
  @provider
end

#providerChannelObject (readonly)

Returns the value of attribute providerChannel.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def providerChannel
  @providerChannel
end

#providerMetadataObject (readonly)

Returns the value of attribute providerMetadata.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def 
  @providerMetadata
end

#requestMetadataObject (readonly)

Returns the value of attribute requestMetadata.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def 
  @requestMetadata
end

#sourceObject (readonly)

Returns the value of attribute source.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def source
  @source
end

#sourceTypeObject (readonly)

Returns the value of attribute sourceType.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def sourceType
  @sourceType
end

#statusObject (readonly)

Returns the value of attribute status.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def status
  @status
end

#transactionIdObject (readonly)

Returns the value of attribute transactionId.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def transactionId
  @transactionId
end

#valueObject (readonly)

Returns the value of attribute value.



595
596
597
# File 'lib/AfricasTalking/Payments.rb', line 595

def value
  @value
end