Sha256: 3ccae4fa18342be56a64660e21787241247465e36cc2b42f456a60dabd83dc53
Contents?: true
Size: 405 Bytes
Versions: 6
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Afterpay module Components class PaymentEvent < Base # @attribute created # @return [String] # The payment event creation time (ISO 8601 UTC/Zulu time). attr_accessor :created # @attribute type # @return [String] # The payment event type of {'AUTHORISE', 'CAPTURE', 'VOID'} attr_accessor :type end end end
Version data entries
6 entries across 6 versions & 1 rubygems