Interface PaymentPeer

All Superinterfaces:
OsidCapsule

public interface PaymentPeer extends OsidCapsule

An interface for the peers of the Payment .

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the customer.
    Gets the Id of the payer.
  • Method Details

    • getPayerId

      Id getPayerId()
      Gets the Id of the payer.
      Returns:
      the payer Id
      Compliance:
      mandatory - This method must be implemented.
    • getCustomerId

      Id getCustomerId()
      Gets the Id of the customer.
      Returns:
      the customer Id
      Compliance:
      mandatory - This method must be implemented.