Sha256: 151b0591a316ae9dbfa4b05b02f731880ba13e63c207c7e2d691a63cfe056dbd
Contents?: true
Size: 693 Bytes
Versions: 5
Compression:
Stored size: 693 Bytes
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Requests class ProrationSettings < Request # @!attribute charge # @return [String] Determines how the amount charged is determined for this change define_attribute :charge, String # @!attribute credit # @return [String] Determines how the amount credited is determined for this change define_attribute :credit, String end end end
Version data entries
5 entries across 5 versions & 1 rubygems