Type alias BnplOrderInput

BnplOrderInput: {
    amounts: Scalars["BigInt"][];
    contractAddress: Scalars["Address"];
    emitSignature?: InputMaybe<Scalars["Signature"]>;
    loanDuration: Scalars["BigInt"];
    offerIds: Scalars["String"][];
    signature?: InputMaybe<Scalars["Signature"]>;
    tokenId: Scalars["BigInt"];
}

Type declaration