Alokai

PaymentInfo

type PaymentInfo = {
  __typename?: 'PaymentInfo';
  payments: Array<Payment>;
  paymentRefs: Array<Reference>;
};

Referenced Types

On this page