func (r *Receipt) marshalStoreBinary() ([]byte, error) {
    var b bytes.Buffer

    err := r.marshalBody(&b, false)
    if err != nil {