GreenbackOpportunity
No description
type GreenbackOpportunity {
id: ID!
name: String!
type: String!
amount: String!
opportunity_created_at: DateTime!
closed_at: DateTime
last_activity_at: DateTime
is_closed: Boolean
stage_name: String
probability: String
expected_revenue: Int
created_at: DateTime!
updated_at: DateTime!
abandoned_reason: DropDownOption
business_return: Boolean
current_status_time: Int
date_customer_paid: Date
extension_deadline_due_date: DropDownOption
extension_filed_date: Date
extension_requested: Boolean
last_status_change_at: DateTime
lost_reason: DropDownOption
number_of_fbar_products: Int
number_of_streamlined_products: Int
number_of_tax_return_products: Int
on_hold_reason: DropDownOption
opportunity_status: DropDownOption
payment_status: DropDownOption
recontact_date: Date
recontact_reason: String
stage_duration: Int
}


