UNPKG

@oystehr/sdk

Version:

Oystehr SDK

13 lines (12 loc) 416 B
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; }