struct

PaymentProcessorRequest

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(correlationId : String, amount : Float64, requestedAt : String | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

amount
Source
amount=(amount : Float64)
Source
correlationId
Source
correlationId=(correlationId : String)
Source
requestedAt
Source
requestedAt=(requestedAt : String | Nil)
Source