github.com/mundipagg/boleto-api@v0.0.0-20230620145841-3f9ec742599f/models/recipient.go (about) 1 package models 2 3 // Recipient informações de entrada do comprador 4 type Recipient struct { 5 Name string `json:"name,omitempty"` 6 Document Document `json:"document,omitempty"` 7 Address Address `json:"address,omitempty"` 8 }