Sha256: 438533e81d3fe6161404be0dac947a7732ae7ddcc6b96d533513f460c4fd7000
Contents?: true
Size: 295 Bytes
Versions: 9
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true module Minfraud module Components # Billing corresponds to the billing object of a minFraud request. # # @see https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--billing class Billing < Addressable; end end end
Version data entries
9 entries across 9 versions & 1 rubygems