Package com.stripe.param.reporting
Enum Class ReportRunCreateParams.Parameters.ReportingCategory
java.lang.Object
java.lang.Enum<ReportRunCreateParams.Parameters.ReportingCategory>
com.stripe.param.reporting.ReportRunCreateParams.Parameters.ReportingCategory
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<ReportRunCreateParams.Parameters.ReportingCategory>
,Constable
- Enclosing class:
- ReportRunCreateParams.Parameters
public static enum ReportRunCreateParams.Parameters.ReportingCategory
extends Enum<ReportRunCreateParams.Parameters.ReportingCategory>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
-
Enum Constant Details
-
ADVANCE
@SerializedName("advance") public static final ReportRunCreateParams.Parameters.ReportingCategory ADVANCE -
ADVANCE_FUNDING
@SerializedName("advance_funding") public static final ReportRunCreateParams.Parameters.ReportingCategory ADVANCE_FUNDING -
ANTICIPATION_REPAYMENT
@SerializedName("anticipation_repayment") public static final ReportRunCreateParams.Parameters.ReportingCategory ANTICIPATION_REPAYMENT -
CHARGE
@SerializedName("charge") public static final ReportRunCreateParams.Parameters.ReportingCategory CHARGE -
CHARGE_FAILURE
@SerializedName("charge_failure") public static final ReportRunCreateParams.Parameters.ReportingCategory CHARGE_FAILURE -
CLIMATE_ORDER_PURCHASE
@SerializedName("climate_order_purchase") public static final ReportRunCreateParams.Parameters.ReportingCategory CLIMATE_ORDER_PURCHASE -
CLIMATE_ORDER_REFUND
@SerializedName("climate_order_refund") public static final ReportRunCreateParams.Parameters.ReportingCategory CLIMATE_ORDER_REFUND -
CONNECT_COLLECTION_TRANSFER
@SerializedName("connect_collection_transfer") public static final ReportRunCreateParams.Parameters.ReportingCategory CONNECT_COLLECTION_TRANSFER -
CONNECT_RESERVED_FUNDS
@SerializedName("connect_reserved_funds") public static final ReportRunCreateParams.Parameters.ReportingCategory CONNECT_RESERVED_FUNDS -
CONTRIBUTION
@SerializedName("contribution") public static final ReportRunCreateParams.Parameters.ReportingCategory CONTRIBUTION -
DISPUTE
@SerializedName("dispute") public static final ReportRunCreateParams.Parameters.ReportingCategory DISPUTE -
DISPUTE_REVERSAL
@SerializedName("dispute_reversal") public static final ReportRunCreateParams.Parameters.ReportingCategory DISPUTE_REVERSAL -
FEE
-
FINANCING_PAYDOWN
@SerializedName("financing_paydown") public static final ReportRunCreateParams.Parameters.ReportingCategory FINANCING_PAYDOWN -
FINANCING_PAYDOWN_REVERSAL
@SerializedName("financing_paydown_reversal") public static final ReportRunCreateParams.Parameters.ReportingCategory FINANCING_PAYDOWN_REVERSAL -
FINANCING_PAYOUT
@SerializedName("financing_payout") public static final ReportRunCreateParams.Parameters.ReportingCategory FINANCING_PAYOUT -
FINANCING_PAYOUT_REVERSAL
@SerializedName("financing_payout_reversal") public static final ReportRunCreateParams.Parameters.ReportingCategory FINANCING_PAYOUT_REVERSAL -
ISSUING_AUTHORIZATION_HOLD
@SerializedName("issuing_authorization_hold") public static final ReportRunCreateParams.Parameters.ReportingCategory ISSUING_AUTHORIZATION_HOLD -
ISSUING_AUTHORIZATION_RELEASE
@SerializedName("issuing_authorization_release") public static final ReportRunCreateParams.Parameters.ReportingCategory ISSUING_AUTHORIZATION_RELEASE -
ISSUING_DISPUTE
@SerializedName("issuing_dispute") public static final ReportRunCreateParams.Parameters.ReportingCategory ISSUING_DISPUTE -
ISSUING_TRANSACTION
@SerializedName("issuing_transaction") public static final ReportRunCreateParams.Parameters.ReportingCategory ISSUING_TRANSACTION -
NETWORK_COST
@SerializedName("network_cost") public static final ReportRunCreateParams.Parameters.ReportingCategory NETWORK_COST -
OTHER_ADJUSTMENT
@SerializedName("other_adjustment") public static final ReportRunCreateParams.Parameters.ReportingCategory OTHER_ADJUSTMENT -
PARTIAL_CAPTURE_REVERSAL
@SerializedName("partial_capture_reversal") public static final ReportRunCreateParams.Parameters.ReportingCategory PARTIAL_CAPTURE_REVERSAL -
PAYOUT
@SerializedName("payout") public static final ReportRunCreateParams.Parameters.ReportingCategory PAYOUT -
PAYOUT_REVERSAL
@SerializedName("payout_reversal") public static final ReportRunCreateParams.Parameters.ReportingCategory PAYOUT_REVERSAL -
PLATFORM_EARNING
@SerializedName("platform_earning") public static final ReportRunCreateParams.Parameters.ReportingCategory PLATFORM_EARNING -
PLATFORM_EARNING_REFUND
@SerializedName("platform_earning_refund") public static final ReportRunCreateParams.Parameters.ReportingCategory PLATFORM_EARNING_REFUND -
REFUND
@SerializedName("refund") public static final ReportRunCreateParams.Parameters.ReportingCategory REFUND -
REFUND_FAILURE
@SerializedName("refund_failure") public static final ReportRunCreateParams.Parameters.ReportingCategory REFUND_FAILURE -
RISK_RESERVED_FUNDS
@SerializedName("risk_reserved_funds") public static final ReportRunCreateParams.Parameters.ReportingCategory RISK_RESERVED_FUNDS -
TAX
-
TOPUP
@SerializedName("topup") public static final ReportRunCreateParams.Parameters.ReportingCategory TOPUP -
TOPUP_REVERSAL
@SerializedName("topup_reversal") public static final ReportRunCreateParams.Parameters.ReportingCategory TOPUP_REVERSAL -
TRANSFER
@SerializedName("transfer") public static final ReportRunCreateParams.Parameters.ReportingCategory TRANSFER -
TRANSFER_REVERSAL
@SerializedName("transfer_reversal") public static final ReportRunCreateParams.Parameters.ReportingCategory TRANSFER_REVERSAL -
UNRECONCILED_CUSTOMER_FUNDS
@SerializedName("unreconciled_customer_funds") public static final ReportRunCreateParams.Parameters.ReportingCategory UNRECONCILED_CUSTOMER_FUNDS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceApiRequestParams.EnumParam
-