ObjectCustomerEncryption constructor

ObjectCustomerEncryption({
  1. String? encryptionAlgorithm,
  2. String? keySha256,
})

Implementation

ObjectCustomerEncryption({this.encryptionAlgorithm, this.keySha256});