Overview

Classes

  • Syspay_Merchant_AstroPayBanksRequest
  • Syspay_Merchant_BillingAgreementCancellationRequest
  • Syspay_Merchant_BillingAgreementInfoRequest
  • Syspay_Merchant_BillingAgreementListRequest
  • Syspay_Merchant_BillingAgreementRequest
  • Syspay_Merchant_ChargebackInfoRequest
  • Syspay_Merchant_ChargebackListRequest
  • Syspay_Merchant_Client
  • Syspay_Merchant_ConfirmRequest
  • Syspay_Merchant_EMS
  • Syspay_Merchant_Entity
  • Syspay_Merchant_Entity_AstroPayBank
  • Syspay_Merchant_Entity_BillingAgreement
  • Syspay_Merchant_Entity_Chargeback
  • Syspay_Merchant_Entity_Creditcard
  • Syspay_Merchant_Entity_Customer
  • Syspay_Merchant_Entity_Eterminal
  • Syspay_Merchant_Entity_Payment
  • Syspay_Merchant_Entity_PaymentMethod
  • Syspay_Merchant_Entity_PaymentRecipient
  • Syspay_Merchant_Entity_Plan
  • Syspay_Merchant_Entity_Refund
  • Syspay_Merchant_Entity_Subscription
  • Syspay_Merchant_Entity_SubscriptionEvent
  • Syspay_Merchant_EterminalRequest
  • Syspay_Merchant_IpAddressesRequest
  • Syspay_Merchant_PaymentInfoRequest
  • Syspay_Merchant_PaymentListRequest
  • Syspay_Merchant_PaymentRequest
  • Syspay_Merchant_PlanInfoRequest
  • Syspay_Merchant_PlanRequest
  • Syspay_Merchant_PlanUpdateRequest
  • Syspay_Merchant_RebillRequest
  • Syspay_Merchant_Redirect
  • Syspay_Merchant_RefundInfoRequest
  • Syspay_Merchant_RefundListRequest
  • Syspay_Merchant_RefundRequest
  • Syspay_Merchant_Request
  • Syspay_Merchant_SubscriptionCancellationRequest
  • Syspay_Merchant_SubscriptionInfoRequest
  • Syspay_Merchant_SubscriptionRebillRequest
  • Syspay_Merchant_SubscriptionRequest
  • Syspay_Merchant_Utils
  • Syspay_Merchant_VoidRequest

Interfaces

  • Syspay_Merchant_Entity_ReturnedEntityInterface

Exceptions

  • Syspay_Merchant_EMSException
  • Syspay_Merchant_RedirectException
  • Syspay_Merchant_RequestException
  • Syspay_Merchant_UnexpectedResponseException
  • Overview
  • Class
  • Tree

Class Syspay_Merchant_Entity_Customer

A customer object

Syspay_Merchant_Entity
Extended by Syspay_Merchant_Entity_Customer implements Syspay_Merchant_Entity_ReturnedEntityInterface
Located at Syspay/SDK/Merchant/Entity/Customer.php
Methods summary
public string
# getEmail( )

Gets the value of email.

Gets the value of email.

Returns

string
string
public Syspay_Merchant_Entity_Customer
# setEmail( string $email )

Sets the value of email.

Sets the value of email.

Parameters

$email
the email

Returns

Syspay_Merchant_Entity_Customer
self
public string
# getLanguage( )

Gets the value of language.

Gets the value of language.

Returns

string
string
public Syspay_Merchant_Entity_Customer
# setLanguage( string $language )

Sets the value of language.

Sets the value of language.

Parameters

$language
the language

Returns

Syspay_Merchant_Entity_Customer
self
public string
# getIp( )

Gets the value of ip.

Gets the value of ip.

Returns

string
string
public Syspay_Merchant_Entity_Customer
# setIp( string $ip )

Sets the value of ip.

Sets the value of ip.

Parameters

$ip
the ip

Returns

Syspay_Merchant_Entity_Customer
self
public string
# getMobile( )

Gets the value of mobile.

Gets the value of mobile.

Returns

string
string
public Syspay_Merchant_Entity_Customer
# setMobile( string $mobile )

Sets the value of mobile.

Sets the value of mobile.

Parameters

$mobile
the mobile

Returns

Syspay_Merchant_Entity_Customer
self
public string
# getReference( )

Gets the value of reference.

Gets the value of reference.

Returns

string
string
public Syspay_Merchant_Entity_Customer
# setReference( string $reference )

Sets the value of reference.

Sets the value of reference.

Parameters

$reference
the reference

Returns

Syspay_Merchant_Entity_Customer
self
public static Syspay_Merchant_Entity_Customer
# buildFromResponse( stdClass $response )

Build a customer entity based on a json-decoded customer stdClass

Build a customer entity based on a json-decoded customer stdClass

Parameters

$response
The customer data

Returns

Syspay_Merchant_Entity_Customer
The customer object

Implementation of

Syspay_Merchant_Entity_ReturnedEntityInterface::buildFromResponse()
Methods inherited from Syspay_Merchant_Entity
getType(), toArray()
Constants summary
string TYPE
#'customer'
Properties inherited from Syspay_Merchant_Entity
$raw
Syspay Merchant SDK API documentation generated by ApiGen 2.8.0