update GC webhook model
This commit is contained in:
		
							parent
							
								
									dcb2bb5d73
								
							
						
					
					
						commit
						ab895e78cb
					
				| 
						 | 
					@ -46,9 +46,10 @@ type InsuredInfo struct {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Webhook ...
 | 
					// Webhook ...
 | 
				
			||||||
type Webhook struct {
 | 
					type Webhook struct {
 | 
				
			||||||
	Status    int       `json:"status"`
 | 
						Status           int       `json:"status"`
 | 
				
			||||||
	OrderCode string    `json:"orderCode"`
 | 
						OrderCode        string    `json:"orderCode"`
 | 
				
			||||||
	UpdatedAt time.Time `json:"updatedAt"`
 | 
						UpdatedAt        time.Time `json:"updatedAt"`
 | 
				
			||||||
	Note      string    `json:"note"`
 | 
						Note             string    `json:"note"`
 | 
				
			||||||
	CertLink  string    `json:"certLink"`
 | 
						CertLink         string    `json:"certLink"`
 | 
				
			||||||
 | 
						PartnerOrderCode string    `json:"partnerOrderCode"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue