PaymentProcessorRequest
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(correlationId : String, amount : Float64, requestedAt : String | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
amount
Sourceamount=(amount : Float64)
SourcecorrelationId
SourcecorrelationId=(correlationId : String)
SourcerequestedAt
SourcerequestedAt=(requestedAt : String | Nil)
Source