Class: HighLevel::Models::Invoices::CustomNotificationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::CustomNotificationDto
- Defined in:
- lib/high_level/models/invoices/custom_notification_dto.rb
Instance Attribute Summary collapse
-
#customer_auto_payment_amount_changed ⇒ Object
readonly
Returns the value of attribute customer_auto_payment_amount_changed.
-
#customer_auto_payment_failure ⇒ Object
readonly
Returns the value of attribute customer_auto_payment_failure.
-
#customer_auto_payment_info ⇒ Object
readonly
Returns the value of attribute customer_auto_payment_info.
-
#customer_auto_payment_success ⇒ Object
readonly
Returns the value of attribute customer_auto_payment_success.
-
#customer_payment_failure ⇒ Object
readonly
Returns the value of attribute customer_payment_failure.
-
#customer_payment_success ⇒ Object
readonly
Returns the value of attribute customer_payment_success.
-
#customer_send_estimate ⇒ Object
readonly
Returns the value of attribute customer_send_estimate.
-
#customer_send_invoice ⇒ Object
readonly
Returns the value of attribute customer_send_invoice.
-
#team_auto_payment_failure ⇒ Object
readonly
Returns the value of attribute team_auto_payment_failure.
-
#team_auto_payment_skip ⇒ Object
readonly
Returns the value of attribute team_auto_payment_skip.
-
#team_auto_payment_success ⇒ Object
readonly
Returns the value of attribute team_auto_payment_success.
-
#team_estimate_accepted ⇒ Object
readonly
Returns the value of attribute team_estimate_accepted.
-
#team_estimate_declined ⇒ Object
readonly
Returns the value of attribute team_estimate_declined.
-
#team_payment_failure ⇒ Object
readonly
Returns the value of attribute team_payment_failure.
-
#team_payment_success ⇒ Object
readonly
Returns the value of attribute team_payment_success.
-
#team_recurring_send_invoice_failed ⇒ Object
readonly
Returns the value of attribute team_recurring_send_invoice_failed.
Instance Attribute Details
#customer_auto_payment_amount_changed ⇒ Object (readonly)
Returns the value of attribute customer_auto_payment_amount_changed
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_auto_payment_amount_changed @customer_auto_payment_amount_changed end |
#customer_auto_payment_failure ⇒ Object (readonly)
Returns the value of attribute customer_auto_payment_failure
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_auto_payment_failure @customer_auto_payment_failure end |
#customer_auto_payment_info ⇒ Object (readonly)
Returns the value of attribute customer_auto_payment_info
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_auto_payment_info @customer_auto_payment_info end |
#customer_auto_payment_success ⇒ Object (readonly)
Returns the value of attribute customer_auto_payment_success
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_auto_payment_success @customer_auto_payment_success end |
#customer_payment_failure ⇒ Object (readonly)
Returns the value of attribute customer_payment_failure
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_payment_failure @customer_payment_failure end |
#customer_payment_success ⇒ Object (readonly)
Returns the value of attribute customer_payment_success
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_payment_success @customer_payment_success end |
#customer_send_estimate ⇒ Object (readonly)
Returns the value of attribute customer_send_estimate
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_send_estimate @customer_send_estimate end |
#customer_send_invoice ⇒ Object (readonly)
Returns the value of attribute customer_send_invoice
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def customer_send_invoice @customer_send_invoice end |
#team_auto_payment_failure ⇒ Object (readonly)
Returns the value of attribute team_auto_payment_failure
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_auto_payment_failure @team_auto_payment_failure end |
#team_auto_payment_skip ⇒ Object (readonly)
Returns the value of attribute team_auto_payment_skip
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_auto_payment_skip @team_auto_payment_skip end |
#team_auto_payment_success ⇒ Object (readonly)
Returns the value of attribute team_auto_payment_success
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_auto_payment_success @team_auto_payment_success end |
#team_estimate_accepted ⇒ Object (readonly)
Returns the value of attribute team_estimate_accepted
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_estimate_accepted @team_estimate_accepted end |
#team_estimate_declined ⇒ Object (readonly)
Returns the value of attribute team_estimate_declined
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_estimate_declined @team_estimate_declined end |
#team_payment_failure ⇒ Object (readonly)
Returns the value of attribute team_payment_failure
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_payment_failure @team_payment_failure end |
#team_payment_success ⇒ Object (readonly)
Returns the value of attribute team_payment_success
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_payment_success @team_payment_success end |
#team_recurring_send_invoice_failed ⇒ Object (readonly)
Returns the value of attribute team_recurring_send_invoice_failed
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_dto.rb', line 9 def team_recurring_send_invoice_failed @team_recurring_send_invoice_failed end |