Method: LockstepSdk::InvoiceModel#preferred_delivery_method

Defined in:
lib/lockstep_sdk/models/invoice_model.rb

#preferred_delivery_methodString

Returns Indicates the preferred delivery method for this invoice. Examples include Print, Email, Fax.

Returns:

  • (String)

    Indicates the preferred delivery method for this invoice. Examples include Print, Email, Fax



227
228
229
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 227

def preferred_delivery_method
  @preferred_delivery_method
end