class Stripe::Charge::Outcome

Included Modules

Defined in:

stripe/objects/core/charge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def network_status : NetworkStatus #

[View source]
def reason : Reason | Nil #

[View source]
def risk_level : RiskLevel | Nil #

[View source]
def risk_score : Int32 | Nil #

[View source]
def rule : String | Nil #

[View source]
def seller_message : String #

[View source]
def type : Type #

[View source]