class DiadocApi::Entity::ConfirmationDocflow

Included Modules

Defined in:

diadoc_api/entities/confirmation_docflow.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def confirmation : ConfirmationDocflow | Nil #

def confirmation=(confirmation : ConfirmationDocflow | Nil) #

def delivered_at : Timestamp | Nil #

def delivered_at=(delivered_at : Timestamp | Nil) #

def is_finished : Bool #

def is_finished=(is_finished : Bool) #

def receipt_attachment : SignedAttachmentV3 | Nil #

def receipt_attachment=(receipt_attachment : SignedAttachmentV3 | Nil) #

def sent_at : Timestamp | Nil #

def sent_at=(sent_at : Timestamp | Nil) #

def status : GeneralReceiptStatus #

def status=(status : GeneralReceiptStatus) #