pub struct Payee {
pub name: String,
pub identifier: Option<Identifier>,
pub legal_registration: Option<Identifier>,
}Expand description
BG-10 payee (if different from seller).
Fields§
§name: StringBT-59 payee name.
identifier: Option<Identifier>BT-60 payee identifier.
legal_registration: Option<Identifier>BT-61 payee legal registration identifier.
Trait Implementations§
impl Eq for Payee
impl StructuralPartialEq for Payee
Auto Trait Implementations§
impl Freeze for Payee
impl RefUnwindSafe for Payee
impl Send for Payee
impl Sync for Payee
impl Unpin for Payee
impl UnsafeUnpin for Payee
impl UnwindSafe for Payee
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more