class DiadocApi::Entity::AmendmentRequestDocflow

Included Modules

Defined in:

diadoc_api/entities/amendment_request_docflow.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def amendment_flags : Int32 #

def amendment_flags=(amendment_flags : Int32) #

def amendment_request : SignedAttachmentV3 | Nil #

def amendment_request=(amendment_request : SignedAttachmentV3 | Nil) #

def confirmation_docflow : ConfirmationDocflow | Nil #

def confirmation_docflow=(confirmation_docflow : 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 plain_text : String | Nil #

def plain_text=(plain_text : String | Nil) #

def receipt : ReceiptDocflowV3 | Nil #

def receipt=(receipt : ReceiptDocflowV3 | Nil) #

def sent_at : Timestamp | Nil #

def sent_at=(sent_at : Timestamp | Nil) #