class Shopify::CustomerInvite

Included Modules

Defined in:

shopify/resources/customer_invite.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bcc : Array(String) #

[View source]
def bcc=(bcc : Array(String)) #

[View source]
def custom_message : String #

[View source]
def custom_message=(custom_message : String) #

[View source]
def from : String #

[View source]
def from=(from : String) #

[View source]
def subject : String #

[View source]
def subject=(subject : String) #

[View source]
def to : String #

[View source]
def to=(to : String) #

[View source]