CheckoutBeneficiary
Optional recipient selection for a new purchase; omission means the paying customer.
Declaration
Section titled “Declaration”const CheckoutBeneficiary: Schema.toTaggedUnion<"type", readonly [Schema.Struct<{ type: Schema.Literal<"customer">;}>, Schema.Struct<{ type: Schema.Literal<"merchant_subject">; subjectId: Schema.brand<Schema.String, "MerchantSubjectId">;}>]>;