struct Privacy::Card

Included Modules

Defined in:

privacy/mappings/card.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def cvv : String #

The following require a Privacy PREMIUM Subscription to use.


[View source]
def exp_month : String #

[View source]
def exp_year : String #

[View source]
def funding : Privacy::FundingAccount #

[View source]
def hostname : String #

[View source]
def last_four : String #

[View source]
def memo : String #

[View source]
def pan : String #

[View source]
def spend_limit : Int32 #

[View source]
def spend_limit_duration : Limit #

[View source]
def state : State #

[View source]
def token : String #

[View source]
def type : Type #

[View source]