SourceOwner constructor
const
SourceOwner({})
Information about the owner of the payment instrument that may be used or required by particular source types.
Implementation
const SourceOwner({
this.address,
this.email,
this.name,
this.phone,
this.verifiedAddress,
this.verifiedEmail,
this.verifiedName,
this.verifiedPhone,
});