WebIDLpedia

PaymentManager interface

Definition

Payment Handler API defines PaymentManager



[SecureContext, Exposed=(Window)]
interface PaymentManager {
  attribute DOMString userHint;
  Promise<undefined> enableDelegations(sequence<PaymentDelegation> delegations);
};

Methods and attributes that return objects implementing PaymentManager

Referring IDL interfaces/dictionaries