@oystehr/sdk
Version:
Oystehr SDK
15 lines (13 loc) • 429 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
export interface PaymentMethodSetUpParams {
/**
* An ID reference to a FHIR Patient resource who is the beneficiary, in the format: `some-uuid`.
*/
beneficiaryPatientId: string;
/**
* An ID reference to a FHIR Patient resource who is the payor, in the format: `some-uuid`.
*
* If not specified, beneficiary is also assumed to be the payor.
*/
payorPatientId?: string;
}