alias Stripe::ApplicationFeeFeeSource

Overview

Polymorphic source of the application fee. Includes the ID of the object the application fee was created from.

Alias Definition

Stripe::PlatformEarningFeeSource

Defined in:

stripe/models/application_fee_fee_source.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [charge, payout]."
MAX_LENGTH_FOR_CHARGE = 5000
MAX_LENGTH_FOR_PAYOUT = 5000
VALID_VALUES_FOR__TYPE = String.static_array("charge", "payout")